1

Possible Duplicate:
best way to store datetime in to mongodb?

I am curious to know what others are using for storing dates in MongoDB. I need to store dates like user_created, user_lastLogin, ...etc. Has anyone had any experiences in why one approach may be better than another?

Community
  • 1
  • 1
Ethan Whitt
  • 81
  • 1
  • 1
  • 4

1 Answers1

0

the driver for your language should allow you to use that language's date type/object.

Brandon Henry
  • 3,632
  • 2
  • 25
  • 30