You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iPhone iOS 4.3 with jquerymobile (beta1 and beta2). If I have a this object:
$(''#object').scroller({ preset: 'datetime', seconds: true,ampm : false,theme:
'sense-ui', dateOrder:'mmddyy'});
and set a data via the setDate method as follows:
$('#object').scroller('setDate', new Date());
when I click on the textfield and the wheel is shown the value on the top of
the field is not correct. For instance, I have 08/05/-1, if I change the year
by the wheel is set correctly.
Moreover, it is possible to add the function that does not allow to the user to
choice a date before one that I fix... for instance, if I have to book a flight
return date must be after the leaving date.
Original issue reported on code.google.com by Filippo....@gmail.com on 5 Aug 2011 at 4:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Filippo....@gmail.com
on 5 Aug 2011 at 4:14The text was updated successfully, but these errors were encountered: