mattloflin
MIS
Hey guys I'm need to be able to have the time stored as a string for display.
No time as in continuous but time as when an app started.
ex. Click "Start" and display the "Start Time" in this format:
2/7/08 @ 2:10:40 pm.
I can't figure it out.
this is sort of what i have so far:
that changes constantly
No time as in continuous but time as when an app started.
ex. Click "Start" and display the "Start Time" in this format:
2/7/08 @ 2:10:40 pm.
I can't figure it out.
this is sort of what i have so far:
Code:
startdate = "Started: " & date & " - " & time
that changes constantly