META-INF.resources.datatables.sorting.date-eu.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
The newest version!
jQuery.extend(jQuery.fn.dataTableExt.oSort,{"date-eu-pre":function(date){date=date.replace(" ","");var eu_date,year;if(date==""){return 0}if(date.indexOf(".")>0){eu_date=date.split(".")}else{eu_date=date.split("/")}if(eu_date[2]){year=eu_date[2]}else{year=0}var month=eu_date[1];if(month.length==1){month=0+month}var day=eu_date[0];if(day.length==1){day=0+day}return(year+month+day)*1},"date-eu-asc":function(a,b){return ab?1:0},"date-eu-desc":function(a,b){return ab?-1:0}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy