OBSOLETE - Please use the official moment package
July 7, 2015 ยท View on GitHub
Moment v2.8.1 for Meteor 
Moment.js, a JavaScript date library for parsing, validating, manipulating, and formatting dates, packaged for Meteor.
Installation
For Meteor v0.9.0 and above:
meteor add mrt:moment
For Meteor versions below v0.9.0 using Meteorite/AtmosphereJS:
mrt add moment
Usage
Just like the moment docs tell you:
var oneMomentPlease = moment();