Vgs Min Max Date Validator
constructor(minDate: Long, maxDate: Long, dateFormat: VgsExpiryDateFormat, errorMsg: String = ERROR_MESSAGE)
Parameters
min Date
earliest accepted date as a Unix timestamp in milliseconds.
max Date
latest accepted date as a Unix timestamp in milliseconds.
date Format
the format used to parse the field's text.
error Msg
message returned when the date is outside the range or unparsable.