View Full Version : Input Mask for Long Time


aziz rasul
02-02-2007, 07:18 AM
I'm hopeless with input masks. Can anyone help?

I want the user to only decide the first two digits in a 24 hour clock.The minutes should be 00 and no seconds, e.g.

12:00
21:00

etc.

Moniker
02-02-2007, 07:59 AM
The input mask is ##":00" for that structure.

aziz rasul
02-02-2007, 08:39 AM
Many Thanks.