Date Input mask but without time

pp8082

Registered User.
Local time
Today, 05:33
Joined
Jan 27, 2013
Messages
29
Hi,

I have a form with a text box. I am using this to enter a date.
I have set it up as a short date with the input mask 99/99/0000;0;_

I don't need the time. Is there a way to set up an input mask just for the
date?
 
Short date input mask is

00/00/0000;0;_

Time is not shown. The date field type always includes a time element but this will be zero if you use the above

If you are talking about the display then set the format to short date as well
 

Users who are viewing this thread

Back
Top Bottom