Supports daily (YYYY-MM-DD), monthly (YYYY-MM) and yearly (YYYY) formats,
using all formats declared in available_date_formats.
Value
A list with two elements:
- pattern
One of
"daily","monthly", or"yearly".- parser
Function(x) that parses character vector
xinto Date/POSIXct, vialubridate::parse_date_time().
