daterangepicker
daterangepicker copied to clipboard
languages and date format
Hello,
have possibility to change language and date format?
Thanks in advance.
I would like to know too....
To change the date format call this before you invoke the picker:
moment.locale("YOURLOCALE");
So setting it to UK/GB format you would call
moment.locale("en-gb");
All the formats can be found on the moment.js website homepage