https://issues.apache.org/bugzilla/show_bug.cgi?id=46555
Curt Arnold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Curt Arnold <[email protected]> 2009-01-17 18:35:10 PST --- The %d specifier recognizes the patterns used by java.text.SimpleDateFormat. There should be no expectation that a d would produce anything other than the day of the month. E should be used to specify the day in the week. See http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
