When I use: Format(datetime , "Short Time") or Format(datetime , "t") or
Format(datetime , "hh:mm") I always get an AM/PM value on the end of the time
string. How do I get a short time in military format without AM/PM? Thanks.
Bob Hughes
Format(datetime , "hh:mm") I always get an AM/PM value on the end of the time
string. How do I get a short time in military format without AM/PM? Thanks.
Bob Hughes
Comment