Link Search Menu Expand Document (external link)

Home > @department-of-veterans-affairs/va-forms-system-core > isValidDate

isValidDate variable

This function is used to validate an date field and make sure it’s not in the future

Signature:

isValidDate: <T>(dateString: T, props: FieldProps<T>) => ValidationFunctionResult<T>