| Constructor and Description |
|---|
DateTimeFormatterConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.format.DateTimeFormatter |
convertFrom(String value)
Returns a
DateTimeFormatter instance representing the specified pattern. |
String |
convertTo(org.joda.time.format.DateTimeFormatter value)
Returns an empty
String since getting the original pattern from a
DateTimeFormatter isn't supported by Joda-Time. |
public org.joda.time.format.DateTimeFormatter convertFrom(String value)
DateTimeFormatter instance representing the specified pattern.convertFrom in interface Converter<org.joda.time.format.DateTimeFormatter>value - The configuration parameter's String valueDateTimeFormatter instance representing the configuration parameter's valueDateTimeFormat.forPattern(String)Copyright © 2022. All rights reserved.