Fork me on GitHub
#juxt
<
2020-07-03
>
otfrom16:07:47

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

otfrom16:07:15

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?

dcj22:07:25

Interesting idea....

otfrom07:07:24

meh, bit of a hack it feels

otfrom07:07:36

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