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
cooktimer currently allows the user to set the timer length (i.e. the amount of
time the timer runs) directly. I would like to be able to enter a future time
value so that the timer length is determined by the difference between the
entered time and the current time, where the current time is determined when
the user clicks Start.
For example, if the user enters 13:01:01 for the time and the time is 11:00:00
when the user clicks start, the timer is set to run for 2:01:01. A 24 hour max
could be assumed, such that if, instead, the time is 23:00:00 when the user
clicks start, the timer is set to run for 14:01:01.
Original issue reported on code.google.com by [email protected] on 19 Oct 2011 at 7:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Oct 2011 at 7:47The text was updated successfully, but these errors were encountered: