Description Usage Arguments Details Value
Used internally to parse the date arguments and return a start/end date to use in the db filter.
1 | parse_dates(years, start_date, end_date)
|
years |
int or vector of ints for the years desired. years must be consecutive. |
start_date |
str in the form 'YYYY-MM-DD' |
end_date |
str in the form 'YYYY-MM-DD' |
If years is set then create a start/end date for the db query. In this case start_date/end_date args will be ignored. If all is NULL then set end_date to the current date and start_date at the earliest possible date.
list with start_date end_date options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.