play.data.format
Annotation Type Formats.DateTime


@Target(value=FIELD)
@Retention(value=RUNTIME)
public static @interface Formats.DateTime

Defines the format for a Date field.


Required Element Summary
 java.lang.String pattern
          Date pattern, as specified for SimpleDateFormat.
 

Element Detail

pattern

public abstract java.lang.String pattern
Date pattern, as specified for SimpleDateFormat.