Skip to content

Commit

Permalink
abbreviated/full clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Nov 14, 2023
1 parent 47fa6c4 commit 523fcf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java.base/share/classes/java/text/DateFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
* <li>{@link #FULL} is the longest, such as
* {@code Tuesday, April 12, 1952 AD or 3:30:42pm PST}.
* </ul>
* For those fields with text, typically abbreviated text form is used with {@link #MEDIUM} option,
* and full text form is used with {@link #LONG} and {@link #FULL} options.
*
* <p>You can also set the time zone on the format if you wish.
* If you want even more control over the format or parsing,
Expand Down

0 comments on commit 523fcf3

Please sign in to comment.