skip to Main Content

Minus a day from date in MongoDb

I want MongoDB query to minus a day from existing date in a column and update the same. query to update a date like original date = '2024-12-24T18:30:32' updated date = '2024-12-23T18:30:32' and how to execute the query on terminal…

VIEW QUESTION
Back To Top
Search