The Date parsing on the DateTimeInput is not super flexible and because of how browsers work, may "clear" values when rendering them.
Our basic catalog implementation should be a little bit more robust than this.
There's some cool libraries that we could use (like any-date-parser backed by Intl?), but as an MVP, we should guarantee that we can parse exactly what the spec says (and add tests to prove it)
The Date parsing on the DateTimeInput is not super flexible and because of how browsers work, may "clear" values when rendering them.
Our basic catalog implementation should be a little bit more robust than this.
There's some cool libraries that we could use (like
any-date-parserbacked by Intl?), but as an MVP, we should guarantee that we can parse exactly what the spec says (and add tests to prove it)