CCALI / a2jviewer

This is the repo for the A2J Viewer
https://www.a2jauthor.org
Other
5 stars 8 forks source link

Remove support for users entering unseparated mmddyy and mmddyyyy dates #266

Open tobiasnteireho opened 4 months ago

tobiasnteireho commented 4 months ago

mmddyy and mmddyyyy is not a clear format and presents validation problems. Since datepicker is implemented and explicit format is specified as mm/dd/yyyy support for unseparated and mmddyy and mmddyyyy is unnecessary and costly to support.

related to https://github.com/CCALI/a2jviewer/issues/256

JessicaFrank commented 1 month ago

the mm/dd/yyyy format is suggested, but not required for the end user. Can we enforce the format if we remove the validation?

tobiasnteireho commented 1 month ago

mm/dd/yyyy is enforced and required while disallowing mmddyy and mmddyyyy by #262

fixed by #262