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