Description Usage Arguments Details Value Examples
View source: R/financial_year.R
Shows the financial year (as a string) for a given month and calendar year.
1 | financial_year(month, calendar_year)
|
month |
Month for which the FY is wanted. |
calendar_year |
The calendar year. |
A new financial year starts with April, so e.g. 3, 2021 will return "2020-21", but 4, 2021 returns "2021-22".
The financial year as a string
1 | find_financial_year(4, 2021)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.