https://issues.apache.org/bugzilla/show_bug.cgi?id=53369

--- Comment #4 from jack <[email protected]> ---
I can confirm the same issue with JDK1.7
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)


It's coused by SimpleDateFormat format.

new java.text.SimpleDateFormat("d-M-y").format(new Date()) 
is  "12-7-2012",
but in excel the format result is "12-7-12".

Could fixed in DatePartHandler(org.apache.poi.ss.format.CellDateFormatter).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to