Link to home
Start Free TrialLog in
Avatar of doe5
doe5

asked on

Military time

How do I convert the times in my tables to military time?
ASKER CERTIFIED SOLUTION
Avatar of Mach1pro
Mach1pro

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Volibrawl
Volibrawl


I'm prety sure the Hour(sometime) and Minute(sometime)
functions return their answers in Military time as well.  You may find those useful in some circumstances.
Hi doe5,

You can also use:
=format(MyTime,"hh:MM")

or what ever format that suits your needs.

HTH,

Nosterdamus
Avatar of doe5

ASKER

Thanks. Sorry it took so long to respond to your answer.