Questions tagged [seconds]
333 questions
-5
votes
2 answers
How to convert time string value in date format
I am facing issue like I have a datasheet which have a string value like 123459 which is a time and I have another column where I am adding in value as plus 5 seconds.
When I am adding value its add as 123464 instead of 123504.
Could anyone help me…

user3161030
- 9
- 11
-8
votes
1 answer
Time in milliseconds calculation
I have two string variables for timer i.e.
String StartTimer1 = "00:00:00";
String EndTimer2 = "23:59:59";
Now , I need to calculate the time left from the present time (lets say if it is 05: 30:00) once the timer has started and time left has to…

ashlesha
- 109
- 1
- 2
- 12