daterangepicker icon indicating copy to clipboard operation
daterangepicker copied to clipboard

languages and date format

Open megamuf opened this issue 6 years ago • 2 comments

Hello,

have possibility to change language and date format?

Thanks in advance.

megamuf avatar Jun 13 '18 15:06 megamuf

I would like to know too....

thiagotalma avatar Jul 21 '18 15:07 thiagotalma

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

remarqUK avatar Jul 26 '18 17:07 remarqUK