All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.datatables.sorting.date-euro.min.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
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