0

The pattern of HTML5 input type date is mm/dd/yyyy on Chrome. How can I change this to mm/dd/yy?

Debiprasad
  • 5,895
  • 16
  • 67
  • 95
  • 3
    The whole point of the native datepicker is that it uses the format the *user* wants. – JJJ Mar 18 '13 at 12:52

1 Answers1

0

You can't. Chrome's implementation reflects local user settings, but it seems Chrome always use four-digits year.

int32_t
  • 5,774
  • 1
  • 22
  • 20