Hello,
Is there any way to jump a whole year in datepicker’s calendar? It would be convenient for setting birth dates where can be huge differences between default and desired values.
Hello,
Is there any way to jump a whole year in datepicker’s calendar? It would be convenient for setting birth dates where can be huge differences between default and desired values.
Hello,
Unfortunately, there is not such a possibility. But you can use “date” input that is available in html5.
{ view:“text”, type: “date”, …},
In this case, you will get “native” calendar as a date selector on a mobile device.
Wonderful!
THX!