Descriptioninput[type=datetime-local], input[type=month] and input[type=week] warn if a specified value is an invalid string.
We show console messages like the followings:
The specified value "ABC" does not conform to the required format. The
format is "yyyy-MM-ddThh:mm" followed by optional ":ss" or ":ss.SSS".
The specified value "ABC" does not conform to the required format. The
format is "yyyy-MM" where yyyy is year in four or more digits, and MM
is 01-12.
The specified value "2012-12-24" does not conform to the required format.
The format is "yyyy-Www" where yyyy is year in four or more digits, and ww is 01-53.
BUG=397952
Committed: https://crrev.com/217c05d53024c7053dd07fcda871b7252b47cdcf
Cr-Commit-Position: refs/heads/master@{#377828}
Patch Set 1 #Messages
Total messages: 8 (3 generated)
|