Skip to content

Instantly share code, notes, and snippets.

@nickyleach
Created December 1, 2010 21:09
Show Gist options
  • Save nickyleach/724230 to your computer and use it in GitHub Desktop.
Save nickyleach/724230 to your computer and use it in GitHub Desktop.
Bookmarklet to convert to unixtime
javascript:ds = prompt("Date string:"); date = new Date(ds); alert(date.getTime()/1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment