Skip to content

Instantly share code, notes, and snippets.

@ConnectedReasoning
Created February 1, 2018 15:11
Show Gist options
  • Save ConnectedReasoning/6a55cd537ad0e91a4bddf27f343b7acd to your computer and use it in GitHub Desktop.
Save ConnectedReasoning/6a55cd537ad0e91a4bddf27f343b7acd to your computer and use it in GitHub Desktop.
current timestamp moment to integer
const date_as_int = new Date(moment().toISOString()).getTime();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment