Hello!
I'm using this line to print and save current time:
vlSHora = Str(Time)
It gaves me a string like: 09:53:54 p.m.
What I need is the 24 hour format (I've read that I can do that with short time). I need the hour to look like: 21:53:54
I can't seem to find a way to format the Time value to short time.
If anyone knows how to do that or has another idea please tell me!
Magda
I'm using this line to print and save current time:
vlSHora = Str(Time)
It gaves me a string like: 09:53:54 p.m.
What I need is the 24 hour format (I've read that I can do that with short time). I need the hour to look like: 21:53:54
I can't seem to find a way to format the Time value to short time.
If anyone knows how to do that or has another idea please tell me!
Magda