'How to convert and store date string in MOngoose

can anyone help me understanding how to store a date with mongoose?

I have a string like that

'16 june 2021'

coming from a pdf parsing. I want to store it in mongodb for further filtering and counting but I don't understand how to do it.

Many thanks in advance for your help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source