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]

Reply via email to