http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19792
Something related at least =D

[EMAIL PROTECTED] wrote:

Also on the 1904 date issue, i vaguely seem to remember a bug on this, but dont
remember if it was fixed. You may want to search our bugzilla for this .. which
version are you using.. you should use 2.0RC1

Quoting Sasha Borodin <[EMAIL PROTECTED]>:


CST is Central Standard Time (a U.S. Time zone) - but that's just what
Date.toString() outputs in my locale...it's still just a java.util.Date
that's being passed to Cell.setCellValue().

Thanks for your reply.

-Sasha

On 11/25/03 10:36 AM, "Mehner, Bj�rn" <[EMAIL PROTECTED]> wrote:


HSSFRow header = sheet.getRow((short) 0);
header.createCell((short) 0).setCellValue(aDate);

Of course I also create a date style, and set the cell style to that.

So for example, this is some debugging (toString) for 3 dates:

Sat Nov 01 00:00:00 CST 2003
Sat Nov 15 00:00:00 CST 2003
Sun Nov 16 00:00:00 CST 2003

What on earth is CST? Maybe you are using a timezone Excel cannot deal with?

ciao Bodo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to