Please tell me what I'm doing wrong here.

I've tried many methods to get a DateField to display a DD-MMM-YYYY
format for the selected date. I've tried it through the DateFormatter
(tried AS-only and MXML), I've tried it by just adding "formatString"
to the DateField.

When I try to use "labelFunction" in DateField, I get a compiler error
saying "Access of undefined property formatDate."

When I am able to get output, I get the following: 05-09092006 (using
today's date as an example)

For some reason, it doesn't parse the "MMM" value properly, instead
giving me a numerical month twice in a row and ignoring the '-'
character (it ignores [space] and '/' characters too).

Can anyone help?








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to