Is there a way to set the date HTML5 input to change the day instead of year with arrows?
Asked
Active
Viewed 313 times
1
-
what do you mean? the arrows changing every part of the date, starting with days - http://jsfiddle.net/tz4eV/ – Zoltan Toth Mar 24 '13 at 17:12
-
I mean when you first click on the arrow next to the date input (while nothing's selected) it's automatically selects the year, and changes it. – András Geiszl Mar 24 '13 at 17:21
-
for me it selects the day first.. what browser are you using? – Zoltan Toth Mar 24 '13 at 17:24
-
chrome 25.0.1364.172 m – András Geiszl Mar 24 '13 at 17:51
-
can the problem is the different date format we use in our country (we use yyyy-mm-dd)? – András Geiszl Mar 24 '13 at 18:00
-
1The behavior of the html5 chrome date element depends on the culture of the browser: ref https://stackoverflow.com/questions/2968817/is-there-a-way-to-localize-input-type-date-in-html5 – MatthewMartin May 08 '15 at 17:06