public class FormatDateTimeFormatter extends Object
DateTimeFormatter that retains the
format that was used to create it.| コンストラクタと説明 |
|---|
FormatDateTimeFormatter(String format,
org.joda.time.format.DateTimeFormatter parser,
org.joda.time.format.DateTimeFormatter printer,
Locale locale) |
FormatDateTimeFormatter(String format,
org.joda.time.format.DateTimeFormatter parser,
Locale locale) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
format() |
Locale |
locale() |
org.joda.time.format.DateTimeFormatter |
parser() |
org.joda.time.format.DateTimeFormatter |
printer() |
Copyright © 2009–2016. All rights reserved.