public class FormatDateTimeFormatter extends Object
DateTimeFormatter
that retains the
format that was used to create it.Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
format() |
Locale |
locale() |
org.joda.time.format.DateTimeFormatter |
parser() |
org.joda.time.format.DateTimeFormatter |
printer() |
Copyright © 2009–2015. All rights reserved.