Re: RES: [flexcoders] DateFormatter Bug?

2008-09-22 Thread kramus0
e de Tom Chiverton > Enviada em: segunda-feira, 22 de setembro de 2008 10:29 > Para: flexcoders@yahoogroups.com > Assunto: Re: [flexcoders] DateFormatter Bug? > > On Friday 19 Sep 2008, kramus0 wrote: > > trace(myDateFormatter.format(myDate)); // <-- returns an empty > st

RES: [flexcoders] DateFormatter Bug?

2008-09-22 Thread Luciano Manerich Junior
lto:[EMAIL PROTECTED] Em nome de Tom Chiverton Enviada em: segunda-feira, 22 de setembro de 2008 10:29 Para: flexcoders@yahoogroups.com Assunto: Re: [flexcoders] DateFormatter Bug? On Friday 19 Sep 2008, kramus0 wrote: > trace(myDateFormatter.format(myDate)); // <-- returns an empty string!!! I wou

Re: [flexcoders] DateFormatter Bug?

2008-09-22 Thread Tom Chiverton
On Friday 19 Sep 2008, kramus0 wrote: > trace(myDateFormatter.format(myDate)); // <-- returns an empty string!!! I would have expected 00:00 or 12:00. I suspect the timeOffeset is trying to subtract an hour from the start of time, and failing. -- Tom Chiverton Helping to professionally compete

[flexcoders] DateFormatter Bug?

2008-09-19 Thread kramus0
Hi all, is this maybe a DateFormatter bug or am I doing something wrong? When I use a Date object that is initialized with 0 (Zero) then I can't get that value formated (with my German environment) using the DateFormatter. Here is my code: var myDateFormatter: DateFormatter = new DateFormatter

Re: [flexcoders] DateFormatter Bug

2008-06-17 Thread Maciek Sakrejda
rs@yahoogroups.com Subject: [flexcoders] DateFormatter Bug Date: Tue, 17 Jun 2008 16:18:05 - Can anyone confirm this bug for me? I have a static method to convert a date to an ISO date string. Here's the method: public static function dateToISO(date:Date):String { var iso:Strin

[flexcoders] DateFormatter Bug

2008-06-17 Thread George
Can anyone confirm this bug for me? I have a static method to convert a date to an ISO date string. Here's the method: public static function dateToISO(date:Date):String { var iso:String; var localeString:String; var df:DateFormatter = new DateFormatte