All you have to do is add public properties like this: [Bindable] public var str_dateFormat:String; [Bindable] public var str_dateString:String; --- In [email protected], "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Yea, what I am looking for is some help on what changes would need to > be made to the class to allow it to be used in a format similar to this: > > <utils:QuickDateFormatter id="qdf" str_dateString="{model.someDate}" > str_dateFormat="MM/DD/YY" /> > <mx:Label text="{qdf}" /> > > Thanks, > Ben >
------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

