Reputation: 409
I am using timeflipbox (datebox) for a mobile website based on JQuery Mobile.
Here's a screenshot:
In the minutes column, I want just the values 00 15 30 and 45 instead of all the numbers from 0 to 60.
Can you help me with this customization?
Thanks.
Upvotes: 1
Views: 1179
Reputation: 4145
Check section Date Limiting Options
in documentation:
http://dev.jtsage.com/jQM-DateBox/demos/fullopt.html
You'll need to set minuteStep: 15
option.
Upvotes: 1