Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zygoballus opened this issue Jul 31, 2024 · 0 comments
Open

Comments

@zygoballus
Copy link

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.

@themerekat themerekat transferred this issue from BioKIC/Symbiota Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant