hi, Use DateFormatter to get the Date in the format you want
example: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:DateFormatter id="formatDateTime" formatString="EEE MMM DD L:NN:SS YYY" /> <mx:Label text="{formatDateTime.format(new Date()) }"/> </mx:Application> On Nov 17, 3:10 pm, Madan Narra <[email protected]> wrote: > Hi All, > > Is it possible to create a Date object without holding the TimeZone ? > > The date object should just be "Thu Nov 19 00:00:00 2009 " instead of "Thu > Nov 19 00:00:00 GMT-0500 2009 " just ignoring the time zone > > Any ideas how to implement this. > > -- > Thanks, > Madan N -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

