Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created November 6, 2014 16:26
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 abuiles/4d30dd37600512e56024 to your computer and use it in GitHub Desktop.
Save abuiles/4d30dd37600512e56024 to your computer and use it in GitHub Desktop.
function formatDate(date, format) {
return window.moment(date).format(format);
}
export {
formatDate
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment