In MongoDB, I have a document with a field called "ClockInTime" that was imported from CSV as a string.
What does an appropriate db.ClockTime.update() statement look like to convert these text based values to a date datatype?
|
In MongoDB, I have a document with a field called "ClockInTime" that was imported from CSV as a string. What does an appropriate db.ClockTime.update() statement look like to convert these text based values to a date datatype? |
|||||
|
|
This code should do it:
|
|||||||||
|
|
I have exactly the same situation as Jeff Fritz. In my case I have succeed with the following simpler solution:
|
|||
|
|