Hi,

> - there was a list of possible separators 

The mx:DateFormatter validator does this (see parseDateString), you might want 
to take a look at how it does it. Also you might want to consider how to mask 
for currency ($ + , + .) and non english dates with multiple separators (eg 
Japanese date are usually written 2008年12月31日).

Also perhaps a nice addition would be able to use a RegEx for masking as you 
type? Or provide a hook for custom checking like the extraValidation property 
of the PostCodeValidator.

Thanks,
Justin

Reply via email to