Description Usage Arguments Details Examples
The qtr functions take a date input and calculate the relevant quarter-related value from it. They all return the year as part of this value.
qtr
returns the current quarter.
qtr_end
returns the last month in the quarter.
qtr_next
returns the next quarter.
qtr_prev
returns the previous quarter.
1 2 3 4 5 6 7 |
date |
A date supplied with |
format |
A |
Quarters are defined as:
January to March (Jan-Mar)
April to June (Apr-Jun)
July to September (Jul-Sep)
October to December (Oct-Dec)
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.