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

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

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