Created
May 15, 2010 05:00
-
-
Save scotthernandez/402026 to your computer and use it in GitHub Desktop.
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
> db.dates.save({date: new Date("july 3, 1955")}) | |
> db.dates.find() | |
{ "_id" : ObjectId("4bee29e7751e0000000070cb"), "date" : "Tue Jan -2147483647 584556005 13:25:52 GMT-0800 (Pacific Standard Time)" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment