Class DateType


@Evolving public class DateType extends BasePrimitiveType
A date type, supporting "0001-01-01" through "9999-12-31". Internally, this is represented as the number of days from 1970-01-01.
Since:
3.0.0
  • Field Details

    • DATE

      public static final DateType DATE