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
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
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
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
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
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
6 matches
Mail list logo