Mongodb – Can't store date as start of the day in mongoose
I am storing a date in mongodb using mongose with the help of moment js. I am creating the date object from a date string which is in the format MM/DD/YYYY. below is how i assign the date const startDate…