Skip to content

joanfabregat/moment-french-locale

Repository files navigation

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-locale

Usage

import moment from 'moment';
import momentFrenchLocale from 'moment-french-locale';

moment.updateLocale('fr', momentFrenchLocale);
moment.locale('fr');