Class DateOf

    • Constructor Detail

      • DateOf

        public DateOf​(CharSequence date)
        Parses the provided date as ISO formatted.
        Parameters:
        date - The date to parse.
      • DateOf

        public DateOf​(CharSequence date,
                      String format)
        Parses the date using the provided format.
        Parameters:
        date - The date to parse.
        format - The format to use.
      • DateOf

        public DateOf​(CharSequence date,
                      DateTimeFormatter formatter)
        Parsing the date using the provided formatter.
        Parameters:
        date - The date to parse.
        formatter - The formatter to use.
    • Method Detail

      • value

        public Date value()
        Description copied from interface: Scalar
        Convert it to the value.
        Specified by:
        value in interface Scalar<Date>
        Returns:
        The value