Skip to content

Instantly share code, notes, and snippets.

@yeikos
Last active December 12, 2015 04:19
Show Gist options
  • Save yeikos/4713827 to your computer and use it in GitHub Desktop.
Save yeikos/4713827 to your computer and use it in GitHub Desktop.
Javascript tips
// Timestamp
parseInt(new Date()/1000); // 1316009556
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment