Interface DateFormatValidator

    • Method Detail

      • validate

        DateFormatValidationResult validate​(java.lang.String dateFormat)
        Validate the given dateFormat.
        Parameters:
        dateFormat - string supposed to be used for date formatting and parsing.
        Returns:
        DateFormatValidationResult representing the validation result.