I have a collection that contains a dateTime field that in String format:
{
"dateTime" : "04/09/2018 13:24:35 EDT"
}
Now I need to change the field to a different dataTime format:
{
"dateTime" : "2018-04-09 13:24:35 EDT"
}
What is the best way to do this?