Date/Time 2400 hour

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

I figured it out, but I cannot get it to do 24 hour time.
I have 99/99/0000\ 00:00;0;_;;
example of what I need: 7/23/2006 20:32
not: 7/23/2006 8:32 PM
Thx
 
Robert said:
I figured it out, but I cannot get it to do 24 hour time.
I have 99/99/0000\ 00:00;0;_;;
example of what I need: 7/23/2006 20:32
not: 7/23/2006 8:32 PM


That looks like an input mask, not a format.

Try setting the format property to:
m/d/yyyy h:nn
 
Back
Top