I
id10t error
I am makeing a program that will track productivity by every time a
button is pushed i write a record to a text file. The text file
contain the time in HHMMSS format. The next time they press a button i
want to read the last time and find the span of time between the two
buttons being pushed. Since I am writing the first time to a text file
i have to pull it back as a string. This would not be a problem until
we get to around midnight and i get a negative number. How can i
convert a string to HHMMSS?
button is pushed i write a record to a text file. The text file
contain the time in HHMMSS format. The next time they press a button i
want to read the last time and find the span of time between the two
buttons being pushed. Since I am writing the first time to a text file
i have to pull it back as a string. This would not be a problem until
we get to around midnight and i get a negative number. How can i
convert a string to HHMMSS?