moment-french-locale
v1.3.0
Published
Provides moment.js with French locale
Readme
Moment.js French Locale
Provides French locale for Moment.js. This package is based after Moment's documentation.
Installation
This package is available on npm. You can install it using the following command:
npm i moment-french-localeUsage
import moment from 'moment';
import momentFrenchLocale from 'moment-french-locale';
moment.updateLocale('fr', momentFrenchLocale);
moment.locale('fr');