moment-french-locale
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

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');

/moment-french-locale/

    Package Sidebar

    Install

    npm i moment-french-locale

    Weekly Downloads

    1

    Version

    1.2.5

    License

    MIT

    Unpacked Size

    20.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • joanfabregat