Class DateField


  • @JsonData
    public class DateField
    extends Field
    A field that allows the definition of a date value. The value if a timestamp.
    Since:
    taskplanner 3.0
    • Constructor Detail

      • DateField

        public DateField​(java.lang.String key,
                         java.lang.String label)
        Creates the field for setting a date
        Parameters:
        key - the key of the field
        label - the label to be displayed in front of the field
        Since:
        taskplanner 3.0