Guest User

Untitled

a guest
Jun 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <script src="MicrosoftAjax.js"></script>
  6. <script>
  7. var model = Sys.Serialization.JavaScriptSerializer.deserialize('{"SampleDayTime":"\/Date(-62135596800000)\/"}');
  8. alert(model.SampleDayTime);
  9. </script>
  10. </body>
  11. </html>
  12.  
  13. Mon Jan 01 0001 00:00:00 GMT+0000 (GMT Standard Time)
  14.  
  15. Sun Dec 31 0000 23:58:45 GMT-0001 (Greenwich Mean Time)
Add Comment
Please, Sign In to add comment