Change format and language for date filter with Moment.js
Change format and language for date filter with Moment.js
Katia_LT
Posts: 13Questions: 6Answers: 0
I have DataTable with date range filter which uses Moment.js
Here is the link: https://live.datatables.net/niracabe/1/edit
Date format in input field is MM/DD/YYYY I need to change it to YYYY/MM/DD (or totally remove this mask) and that the date picker would be in lithuanian language.
Tried to use moment.locale('lt') but it doesn't change anything.
How to change the input format and the language of date picker?
This question has an accepted answers - jump to answer
Answers
I think you're asking for the date input element to have a different format. That's not a DataTables issue, but this SO thread may help,
Colin
You are right - input format and the language depends on the browser language. Thank you!