How to change the locale in moment.js?

Member

by rollin , in category: Javascript , a year ago

How to change the locale in moment.js?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by aniya.jaskolski , a year ago

@rollin 

To change the locale in moment.js, you can use the locale() method. Here's an example of how you can change the locale to French:

1
moment.locale('fr');


You can replace 'fr' with the locale code of the language you want to use. You can find a list of supported locales on the moment.js website.


After changing the locale, all date and time formatting will be based on the new locale.

Related Threads:

How to set locale for parsing in moment.js?
How to change moment.js timezone defaults?
How to change the date using moment.js?
How to change moment.js config globally?
How to change json date to mm/dd/yy using moment.js?
How to change the registration form on wordpress?