Skip to content

jQuery library for Datatables for sorting columns with date or date range

Notifications You must be signed in to change notification settings

olkkoo/datatables-date-fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Datatables-date-fi

This sorting plug-in for DataTables will correctly sort data in date format typically used in Finland - dd.mm.YYYY. Plug-in offers also sorting for date range in the format of dd.mm.YYYY - dd.mm.YYYY Based on de_datetime by Ronny Vedrilla

Example

$('#example').dataTable( {
	"columnDefs": [
	    { "type": 'fi_date', "targets": 0 },
        { "type": 'fi_date_range', "targets": 1}
    ]
} );

About

jQuery library for Datatables for sorting columns with date or date range

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published