S
Steve Hayes
I want to enter dates in a text field in the form yyyy-mm-dd
If I leave it as a plain field, all is well -- I can enter dates in that form.
But it is also possible to make errors in data entry, so I used the following
format and input mask:
0000/-00/-00
to ensure that only numerals are entered and avoid other typos.
The trouble is that the date now displays as yyyymmdd -- without the dashes,
which makes it harder to read.
Is it possible to have an input mask to help data entry, but still have a
correct display?
If I leave it as a plain field, all is well -- I can enter dates in that form.
But it is also possible to make errors in data entry, so I used the following
format and input mask:
0000/-00/-00
to ensure that only numerals are entered and avoid other typos.
The trouble is that the date now displays as yyyymmdd -- without the dashes,
which makes it harder to read.
Is it possible to have an input mask to help data entry, but still have a
correct display?