I want to format my time to display in MILITARY TIME! That's not asking a lot. I want 8:02 AM to display as "0802". I want 10:15 PM to display as "2215". I will even accept the insertion of the colon, if I must.
When I tried "Short Time" I am offered an example of "17:34" but the resulting display is "17:34:00". NOT WHAT I WANT!. I tried a format of hhnn and that doesn't work either. Any suggestions to format my time to military format like: "0502" ? I prefer leading zeros for the hours and no seconds. My control source is:
Tom
MCSD
I Nab Terrorists
When I tried "Short Time" I am offered an example of "17:34" but the resulting display is "17:34:00". NOT WHAT I WANT!. I tried a format of hhnn and that doesn't work either. Any suggestions to format my time to military format like: "0502" ? I prefer leading zeros for the hours and no seconds. My control source is:
Code:
=[cboHourName].Column(1)
Tom
MCSD
I Nab Terrorists