[flexcoders] timezone and dateformatter

2007-04-13 Thread Dimitrios Gianninas
Just wondering if anyone experienced this, but we have a VO coming from Java that contains a date field. Well I format the field using the coe below: mx:DateFormatter id=df formatString=-MM-DD / private function displayLastBillingDate( item:Object, column:DataGridColumn ):String {

Re: [flexcoders] timezone and dateformatter

2007-04-13 Thread Douglas Knudsen
yes, we had big issues with a app in Flex 1.5 and now 2.0 because of this. We coded around it by massaging the dates in AS with the clients timezone offset. Works well, except for those folks living in Arizona. For some reason the Flash Player does NOT pick up their offset correctly. Outside