Package play.data.format
Annotation Type Formats.DateTime
-
@Target(FIELD) @Retention(RUNTIME) public static @interface Formats.DateTime
Defines the format for aDate
field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
pattern
Date pattern, as specified forSimpleDateFormat
.
-
-
-
Element Detail
-
pattern
String pattern
Date pattern, as specified forSimpleDateFormat
.- Returns:
- the date pattern
-
-