Closed mchapman87501 closed 1 year ago
Happily, in both Google Chrome and Mozilla Firefox, a date input field whose value is (JavaScript's) undefined
is presented with a placeholder, e.g., mm/dd/yyyy
. I think this solves the problem of communicating unspecified dates to the user.
Apple's Safari shows undefined
with today's date, grayed out.
I think both the UI and back-end aspects of this issue are resolved. Will re-open as needed.
Blank/empty values are preferable to placeholders like '01-01-00'.