JQuery - Datatable search using dd/mm/yyyy -


i have datatable have date fields. since in australia, have set date format dd/mm/yyyy using date-uk.js formatting fine.

however, when go search field , type in date using dd/mm/yyyy, not give right results. have enter date in yyyy-mm-dd format correct information.

is there way can modify search correctly search when enter date in dd/mm/yyyy format?

you add data way want searchable td :

<td data-search="24/01/2016">24/01/2016</td> 

to sure search data way want... (reference here)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -