I am using mongodb to save my dates, and I do it by doing new Date()
mongodb
new Date()
how can I convert my date to string to the output of new Date()?