Change format and language for date filter with Moment.js

Change format and language for date filter with Moment.js

Katia_LTKatia_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

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    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

  • Katia_LTKatia_LT Posts: 13Questions: 6Answers: 0

    You are right - input format and the language depends on the browser language. Thank you!

Sign In or Register to comment.