Date Validation
data class DateValidation(errorMessage: String, dateFormatString: String, dateFormat: DateFormat, constraints: CalendarConstraints) : EnterpriseTextInputField.ValidationType
Content copied to clipboard
Validates on dateFormat and constraints. Follows format from dateFormat
Parameters
errorMessage
Type-specific error message String.
Constructors
DateValidation
Link copied to clipboard
fun DateValidation(errorMessage: String, dateFormatString: String, dateFormat: DateFormat, constraints: CalendarConstraints)
Content copied to clipboard
Type-specific error message String.
Properties
constraints
Link copied to clipboard
dateFormat
Link copied to clipboard
dateFormatString
Link copied to clipboard
errorMessage
Link copied to clipboard
Type-specific error message String.