hlship / tapx

Extensions to Tapestry 5
http://tapestry.formos.com/projects/tapx/
29 stars 7 forks source link

Translation of month, hour and minute to client side format-string overrides passed in date format (wrt. zero-padding) #9

Closed jochenberger closed 13 years ago

jochenberger commented 14 years ago

Month and minute are always displayed zero-padded, hour is not, regardless of what is specified in the Java-side DateFormat object. I just changed that behavior in my fork: http://github.com/jochenberger/tapx/commit/1478476652a288723bb4a85e7f6d94e0f01362cd . That version uses the same padding configuration as the passed DateFormat.

hlship commented 13 years ago

Fixed by 58cad7ca6df35f6782f289f4d6ea150c9c8ff6c1