BioKIC / symbiota-docs

Symbiota software centralized hub for documentation
https://biokic.github.io/symbiota-docs/
27 stars 8 forks source link

In occurrence editor, make make the Date Identified field a date input #579

Open zygoballus opened 3 months ago

zygoballus commented 3 months ago

99% of the time, I just want to enter today's date as the value for the Date Identified field. This would be super easy (just 2 clicks) if the field were a date field instead of a text field:

<input type="date" name="dateidentified" maxlength="45" value="" onchange="fieldChanged('dateidentified');">

Note that although date fields display dates in the localized format of the browser (e.g. "07/10/2024"), the value is normalized to yyyy-mm-dd when it is submitted.