Evaluate date event ranges

# S3 method for date_1d
evaluate_range(x = NULL, ...)

Arguments

x

extracted dataitem returned by [extract()]

Details

Verifies that all dates are before now (i.e. not in the future) and not before 1900-01-01, which seems reasonable.