META-INF.resources.datatables.sorting.datetime-moment.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
(function($){$.fn.dataTable.moment=function(format,locale){var types=$.fn.dataTable.ext.type;types.detect.unshift(function(d){return moment(d,format,locale,true).isValid()?"moment-"+format:null});types.order["moment-"+format+"-pre"]=function(d){return moment(d,format,locale,true).unix()}}})(jQuery);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy