META-INF.resources.datatables.sorting.date-euro.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-euro-pre":function(a){var x;if($.trim(a)!==""){var frDatea=$.trim(a).split(" ");var frTimea=frDatea[1].split(":");var frDatea2=frDatea[0].split("/");x=(frDatea2[2]+frDatea2[1]+frDatea2[0]+frTimea[0]+frTimea[1]+frTimea[2])*1}else{x=Infinity}return x},"date-euro-asc":function(a,b){return a-b},"date-euro-desc":function(a,b){return b-a}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy