JSON Schema Form, date field

Is there a date (date/time) field available for JSON Schema Form. I didn't see one in the JSON Schema Form docs, but thought I would ask anyway.

If there isn't date support, any suggestion on handling dates using the JSON Schema Form?

Hi @brettski, were you able to figure out a solution? If not, please let me know and I can try to find out for you!

Hi @alina.retool, No I never found a solution for it. In the interim I am using an ISO date string in a text field. It's not ideal, but it works.

Thank you.

Hey @brettski!

Just want to jump in and add two cents: it looks like dates are seen as a specific format of the JSON Schema Form string type. So, unfortunately, it looks like you may already have the best solution that's supported at the moment.

That's what I thought, thanks for the confirmation. And yes, dates are hard.

My assumption is some future date picker which outputs an ISO string. Sounds simple, but :scream:

runs away very quickly