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

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

The newest version!
jQuery.extend(jQuery.fn.dataTableExt.oSort,{"monthYear-pre":function(s){var a=s.split(" ");return new Date(a[0]+" 01 "+a[1])},"monthYear-asc":function(a,b){return ab?1:0},"monthYear-desc":function(a,b){return ab?-1:0}});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy