on_date(): Is the date on x?
before_date(): Is the date before x?
after_date(): Is the date after x?
between_dates(): Is the date between x and y?
1 2 3 4 5 6 7 | after_date(x, inclusive = FALSE)
before_date(x, inclusive = FALSE)
between_dates(x, y)
on_date(x)
|
x |
A date to mark as an event. For |
inclusive |
Should |
y |
A date to mark as an event. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.