Does anyone know how to mask the input in a DateField in flex?
Our DateField uses the format DD/MM/YYYY.
Our users want:
I google’d and found ways to do this with 3 text boxes. I would prefer to have a DateField control. That way the users would be able to make use of the date chooser (drop down) as well.
I would suggest adding a KeyboardEvent
to the DateField
, and handle the logic of adding or removing slashes inside the event listener function.