open class DateFormatter : Formatter<Date>
A formatter for java.util.Date types. Allows the configuration of an explicit date pattern and locale. |
|
open class DateFormatterRegistrar : FormatterRegistrar
Configures basic date formatting for use with Spring, primarily for org.springframework.format.annotation.DateTimeFormat declarations. Applies to fields of type Date, Calendar and Designed for direct instantiation but also exposes the static |
|
open class DateTimeFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<DateTimeFormat>
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter. |