Re: [flexcoders] String To Date Conversion

2009-05-27 Thread Manish Jethani
On Tue, May 26, 2009 at 6:17 PM, yogesh patel mailtoyogeshpa...@yahoo.in wrote:   I have a String like Tue May 26 18:12:55 IST 2009. How to convert this string into Date object ? var s:String = Tue May 26 18:12:55 IST 2009; s = s.replace(/IST/, UTC+0530); var d:Date =

Re: [flexcoders] String To Date Conversion

2009-05-27 Thread Tom Chiverton
On Wednesday 27 May 2009, Manish Jethani wrote: var d:Date = new Date(Date.parse(s)); Note Date.parse() has issues: http://www.rachaelandtom.info/content/could-go-my-head-ya-know -- Helping to confidentially maximize cross-platform bricks-and-clicks interactive cross-media

[flexcoders] String To Date Conversion

2009-05-26 Thread yogesh patel
Dear all ,   I have a String like Tue May 26 18:12:55 IST 2009. How to convert this string into Date object ? Thanks Regards,  Yogesh Patel Own a website.Get an unlimited package.Pay next to nothing.* Click here!. Cricket on your mind? Visit the ultimate cricket

RE: [flexcoders] String To Date Conversion

2009-05-26 Thread Jake Churchill
: Tuesday, May 26, 2009 7:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] String To Date Conversion Dear all , I have a String like Tue May 26 18:12:55 IST 2009. How to convert this string into Date object ? Thanks Regards, Yogesh Patel _ Own

RE: [flexcoders] String To Date Conversion

2009-05-26 Thread Kenneth Sutherland
Of yogesh patel Sent: 26 May 2009 13:47 To: flexcoders@yahoogroups.com Subject: [flexcoders] String To Date Conversion Dear all , I have a String like Tue May 26 18:12:55 IST 2009. How to convert this string into Date object ? Thanks Regards, Yogesh Patel