Skip to content

Instantly share code, notes, and snippets.

@RohanBhanderi
Last active August 29, 2015 14:20
Show Gist options
  • Save RohanBhanderi/54330a7c6afd28ee3fbb to your computer and use it in GitHub Desktop.
Save RohanBhanderi/54330a7c6afd28ee3fbb to your computer and use it in GitHub Desktop.
MomentJS date to string conversions
// For converting javascript dates to string
ar formatedDateString = moment(date).format('YYYY-MM-DD');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment