META-INF.resources.datatables.sorting.stringMonthYear.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,{"stringMonthYear-pre":function(s){var months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];var dateComponents=s.split(" ");dateComponents[0]=dateComponents[0].replace(",","");dateComponents[1]=jQuery.trim(dateComponents[1]);var year=dateComponents[1];var month=0;for(var i=0;ib?1:0},"stringMonthYear-desc":function(a,b){return ab?-1:0}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy