java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.springframework.format.annotation.DateTimeFormat.ISO |
Common ISO date time format patterns.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DateTimeFormat.ISO | DATE | The most common ISO Date Format yyyy-MM-dd e.g. |
|||||||||
DateTimeFormat.ISO | DATE_TIME | The most common ISO DateTime Format yyyy-MM-dd'T'hh:mm:ss.SSSZ e.g. |
|||||||||
DateTimeFormat.ISO | NONE | Indicates that no ISO-based format pattern should be applied. | |||||||||
DateTimeFormat.ISO | TIME | The most common ISO Time Format hh:mm:ss.SSSZ e.g. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The most common ISO Date Format yyyy-MM-dd
e.g. 2000-10-31.
The most common ISO DateTime Format yyyy-MM-dd'T'hh:mm:ss.SSSZ
e.g. 2000-10-31 01:30:00.000-05:00.
The default if no annotation value is specified.
Indicates that no ISO-based format pattern should be applied.
The most common ISO Time Format hh:mm:ss.SSSZ
e.g. 01:30:00.000-05:00.