Interface Rfc3339Parser

    • Method Detail

      • isValid

        boolean isValid​(String dateTimeStr)
        Check whether the string is a valid date-time according to RFC-3339
        Parameters:
        dateTimeStr - The date-time to validate
        Returns:
        True if valid date-time or null, false otherwise