META-INF.resources.datatables.sorting.datetime-moment.min.js Maven / Gradle / Ivy
(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