juxt 2020-07-03

I'm trying to parse a year-month that looks like this: "2020/01"

atm I'm having to replace the / with a - to get parse to work. Is there a way to pass in a formatter like object to parse the date?

Interesting idea....

meh, bit of a hack it feels

I'd rather be able to pass in a few extra formats to parse