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

--- Comment #5 from jack <[email protected]> ---

I fixed it simply by change 
dateFmt = new SimpleDateFormat(descBuf.toString());
to 
dateFmt = new SimpleDateFormat(
  descBuf.toString().replaceAll("((y)(?!y))(?<!yy)", "yy"),LOCALE.US);
in org.apache.poi.ss.format.CellDateFormatter at line 153.

-- 
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