Check is date is valid
.check_date_parameter( x, len_min = 1, len_max = 1, allow_null = FALSE, msg = NULL )
x
: parameter to be checkedlen_min
: minimum length of vectorlen_max
: maximum length of vectorallow_null
: allow NULL?msg
: Error messageCalled for side effects.
Useful links