Skip to content

Instantly share code, notes, and snippets.

@atuttle
Created March 10, 2013 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atuttle/59ad18cbc422275ab582 to your computer and use it in GitHub Desktop.
Save atuttle/59ad18cbc422275ab582 to your computer and use it in GitHub Desktop.
$ node
> var moment = require('moment');
undefined
> moment(Date.now())
{ _i: 1362952089780,
_f: undefined,
_l: undefined,
_isUTC: false,
_d: Sun Mar 10 2013 17:48:09 GMT-0400 (EDT) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment