Skip to content

Moment JS packaged for Meteor - this is now the primary fork for meteor-moment

Notifications You must be signed in to change notification settings

rzymek/meteor-moment

 
 

Repository files navigation

Moment.js locales for Meteor

Moment.js, a JavaScript date library for parsing, validating, manipulating, and formatting dates, packaged for Meteor.

These packages use the offical momentjs:moment Meteor package.

Locales:

To add a specific locale user

meteor add rzymek:moment-locale-pl

The complete list of locales can be obtained by

meteor search rzymek:moment-locale-.*

To add all locales use:

meteor add rzymek:moment-locales

Note that locale specific package implies the core 'momentjs:moment', so you don't need to add it yourself.

Usage

Just like the moment docs tell you:

var now = moment();

About

Moment JS packaged for Meteor - this is now the primary fork for meteor-moment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Shell 2.4%
  • HTML 0.2%