This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
Can't find variable: GenghisDate #135
Comments
You should use ISODate instead :) I'll try to make that error go away though. |
cool thanks |
bobthecow
added a commit
that referenced
this issue
Sep 3, 2013
This should be fixed in I tested it with this document: {
a: Date(1378240369000),
b: new Date(1378240369000),
c: Date("2013-09-03T13:32:49-07:00"),
d: new Date("2013-09-03T13:32:49-07:00"),
e: ISODate("2013-09-03T13:32:49-07:00"),
f: new ISODate("2013-09-03T13:32:49-07:00")
} ... and all of 'em work now :) |
I'm assuming that's a yes. Feel free to reopen this issue if it didn't work for you :) |
sorry yes it was fixed. Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
get this error when i try to insert document with date: "joinedDate" : Date( 1353168028000 )
The text was updated successfully, but these errors were encountered: