Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jochenberger opened this issue Aug 23, 2010 · 1 comment

Comments

@jochenberger
Copy link
Collaborator

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
Copy link
Owner

hlship commented Dec 3, 2010

Fixed by 58cad7c

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants