Please, how could I:
- to input (not using timepicker) a time shift, for example as 02:21:22
- then to display a clock with the time shift added to it.
So if the time is currently 13:20:31 the displayed time would be 15:41:53 …
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will probably want some thing like the
Calendarfor the time addition. Example:As for entering the time, one possibility is to enter it as a text, and then use a
DateFormatterto get aDatefrom it. Example: