Skip to content

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

@zygoballus

Description

@zygoballus

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions