|
-
Feb 2nd, 2005, 02:58 AM
#1
Thread Starter
New Member
vbShortTime returns LongTime...
Hi all,
I am trying to return a 24 hour format using either FormatDateTime or Format.
However when this line executes:
sTime = FormatDateTime(Time, vbShortTime)
It returns the same long 12 hour value with AM/PM as does this:
sTime = FormatDateTime(Time, vbLongTime)
----------------
Any ideas?
Thanks,
Jim
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|