Let\'s say I have produced a date like this: const myDate = new Date().toString()
const myDate = new Date().toString()
Using JS date-fns, I now want to convert it back to a Date object so th