Class DateValue

    • Constructor Detail

      • DateValue

        public DateValue()
      • DateValue

        public DateValue​(Date value)
      • DateValue

        public DateValue​(String value)
        A Date in the form {d 'yyyy-mm-dd'}
        Parameters:
        value - The text presentation of the Date to be parsed.