META-INF.resources.datatables.sorting.date-uk.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
jQuery.extend(jQuery.fn.dataTableExt.oSort,{"date-uk-pre":function(a){if(a==null||a==""){return 0}var ukDatea=a.split("/");return(ukDatea[2]+ukDatea[1]+ukDatea[0])*1},"date-uk-asc":function(a,b){return ab?1:0},"date-uk-desc":function(a,b){return ab?-1:0}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy