I have a date/time to have the following format;
02-11-01 07:29
Format is
yy-mm-dd hh:ss -it works
I set the input mask of my field to
9999-99-99\ 99:99;0;
However I'd like to avoid entering the two first digits of 2002 each time. I would like to enter data as the format.
Modifying the mask has been unsuccessful.
Any idea?
02-11-01 07:29
Format is
yy-mm-dd hh:ss -it works
I set the input mask of my field to
9999-99-99\ 99:99;0;
However I'd like to avoid entering the two first digits of 2002 each time. I would like to enter data as the format.
Modifying the mask has been unsuccessful.
Any idea?