Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created September 6, 2016 09:55
Show Gist options
  • Save jimmy89Li/9fd281960a6fc10829bdd55c2fb69ce4 to your computer and use it in GitHub Desktop.
Save jimmy89Li/9fd281960a6fc10829bdd55c2fb69ce4 to your computer and use it in GitHub Desktop.
strtotime JS replacement
var dateString = Date.parse("2016-08-01T12:00:00+0000");
var fbSince = dateString / 1000;
document.write(fbSince);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment