Within my mean stack application, data is organized based on dates. On the Angular side, I implemented a date picker to input/output the date for Data manipulation. The date picker generates dates in the format "dd-mm-yyyy". What is the simplest method to convert this into a format that MongoDB can comprehend, and vice versa.