prob. with dates

naomidodd

New member
Local time
Today, 18:56
Joined
Dec 7, 2005
Messages
6
:( I changed my input mask in my form to 99/99/0000;0;_, but my form dates still look like 1/1 /2005. I want the 0's to be visible. Please help.
 
Hi Naomi - Welcome!

An input mask only affects how the data is put into the field. It is a rule for deciding the valid format for data entry.

The display format controls how the information looks. Try changing the display format property to the following:

dd/mm/yyyyy

hth,

- g
 

Users who are viewing this thread

Back
Top Bottom