[flexcoders] Date variable

2008-02-06 Thread JRBower
I'm trying to create a date variable that returns the date as 02062008. (mmdd) In ColdFusion I can do it like this LSDateFormat(Now(),'MMDDYY'). When I try: var myDate:Date = new Date(); myDate = myDate.formatString(mmdd); but no joy... -- View this message in context:

Re: [flexcoders] Date variable

2008-02-06 Thread YOGESH JADHAV
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. (mmdd) In ColdFusion I can do it like this LSDateFormat(Now(),'MMDDYY'). When I try: var myDate:Date = new Date(); myDate =

Re: [flexcoders] Date variable

2008-02-06 Thread Sherif Abdou
PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 6, 2008 10:22:58 PM Subject: [flexcoders] Date variable I'm trying to create a date variable that returns the date as 02062008. (mmdd) In ColdFusion I can do it like this LSDateFormat( Now(),'MMDDYY' ). When I try: var

Re: [flexcoders] Date variable

2008-02-06 Thread JRBower
Perfect! I see how it works. Thanks again Sherif James -- View this message in context: http://www.nabble.com/Date-variable-tp15327188p15327806.html Sent from the FlexCoders mailing list archive at Nabble.com.