episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Date validation error #424

Closed danielruss closed 1 year ago

danielruss commented 1 year ago

See: episphere/questionnaire#243

The same problem came up with month/year formatting. 2023-07-19 is getting evaluated as '1997' instead of a date. Implemented a fix, may need to create a new class YearMonthDay similar to the YearMonth class. JS should recognize this is a date

danielruss commented 1 year ago

Updated ... waiting for test.