try in CAPS On Feb 7, 2008 9:52 AM, JRBower <[EMAIL PROTECTED]> wrote:
> > I'm trying to create a date variable that returns the date as 02062008. > (mmddyyyy) > > In ColdFusion I can do it like this LSDateFormat(Now(),'MMDDYY'). > > When I try: > > var myDate:Date = new Date(); > myDate = myDate.formatString(mmddyyyy); > > but no joy... > -- > View this message in context: > http://www.nabble.com/Date-variable-tp15327188p15327188.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- Regards, Yogesh

