Skip to content

Commit

Permalink
Switched sort order of H/HH time patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
buholzer committed Apr 30, 2012
1 parent adff770 commit 75c63e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -27,8 +27,8 @@ http://download.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html
* ddd = day of the week in words (Monday, Tuesday ... Sunday)
* h = hour in am/pm (0-12)
* hh = hour in am/pm (00-12)
* HH = hour in day (00-23)
* H = hour in day (0-23)
* HH = hour in day (00-23)
* mm = minute
* ss = second
* SSS = milliseconds
Expand Down

0 comments on commit 75c63e6

Please sign in to comment.