Skip to content

Instantly share code, notes, and snippets.

@zmts
Created September 7, 2016 11:33
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 zmts/3712ee90fc5df667a3c1f5d7936fc090 to your computer and use it in GitHub Desktop.
Save zmts/3712ee90fc5df667a3c1f5d7936fc090 to your computer and use it in GitHub Desktop.
How to parse Date in MomentJS
// http://momentjs.com/docs/#/displaying/format/
// moment('InputDate', 'MaskOfInputDate').format('OutputDate')
// example
moment('27/08/2016 09:00:00 PM', 'DD/MM/YYYY mm:hh:ss A').format('DD/MM/YYYY')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment