on_qmonth()
: Is the date on the x
-th month of the quarter?
before_qmonth()
: Is the date before the x
-th month of the quarter?
after_qmonth()
: Is the date after the x
-th month of the quarter?
between_qmonths()
: Is the date between the x
-th and y
-th months of
the quarter?
1 2 3 4 5 6 7 | after_qmonth(x, inclusive = FALSE)
before_qmonth(x, inclusive = FALSE)
between_qmonths(x, y)
on_qmonth(x)
|
x |
A month of the quarter to mark as an event. For |
inclusive |
Should |
y |
A month of the quarter to mark as an event. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.