D
Doug
Hi,
I created a short date field. The format is dd/mm/yyyy when displayed.
The input mask is set to 99/99/00;0 (default, I didn't type anything).
If I edit an existing date, say change 12/14/2007 to 12/15/2007, I get
an error "the value you entered isn't appropriate for the input mask."
I have to delete the "20" in the year to get it accepted, and then it
puts the 20 right back. (I have the field set to required.)
I changed 99/99/00;0 to 99/99/0000;0 and it solved the editing
problem. Why did they conflict in the first place? What I really want
is actually a 2 digit year. Is there a way to set it that way? (and
keeping it a date field - I use that value and don't want to deal with
converting a text string to a date).
Thanks
I created a short date field. The format is dd/mm/yyyy when displayed.
The input mask is set to 99/99/00;0 (default, I didn't type anything).
If I edit an existing date, say change 12/14/2007 to 12/15/2007, I get
an error "the value you entered isn't appropriate for the input mask."
I have to delete the "20" in the year to get it accepted, and then it
puts the 20 right back. (I have the field set to required.)
I changed 99/99/00;0 to 99/99/0000;0 and it solved the editing
problem. Why did they conflict in the first place? What I really want
is actually a 2 digit year. Is there a way to set it that way? (and
keeping it a date field - I use that value and don't want to deal with
converting a text string to a date).
Thanks