Created
July 8, 2015 02:56
-
-
Save akunzai/ac8bb6ba1238db197259 to your computer and use it in GitHub Desktop.
Parse Microsoft Json DateFormat to Date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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