Skip to content

Instantly share code, notes, and snippets.

@akunzai
Created July 8, 2015 02:56
Show Gist options
  • Save akunzai/ac8bb6ba1238db197259 to your computer and use it in GitHub Desktop.
Save akunzai/ac8bb6ba1238db197259 to your computer and use it in GitHub Desktop.
Parse Microsoft Json DateFormat to Date
new Date(parseInt('/Date(1436323325308)/'.substr(6,13),10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment