Date question

J

JOM

I have a form that people enter dates, but they would like to just enter the
numbers without the / ie currently one enters 10/20/05 but would like to
enter 102005 to ssave time, is that possible?
 
O

Ofer

In the Input mask of the date field you can write
00/00/00
that will let the user enter only the numbers, the mask will be inserted auto
 
Top