Skip to content

Instantly share code, notes, and snippets.

@odigity
Created February 24, 2015 02:21
Show Gist options
  • Select an option

  • Save odigity/7e008adddefa79f3c83b to your computer and use it in GitHub Desktop.

Select an option

Save odigity/7e008adddefa79f3c83b to your computer and use it in GitHub Desktop.
d = moment('2015-03-01')
Object { _isAMomentObject: true, _i: "2015-03-01", _f: "YYYY-MM-DD ", _isUTC: false, _pf: Object, _locale: Object, _d: Date 2015-03-01T05:00:00.000Z }
d.format('YYYY-MM-DD')
"2015-03-01"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment