Description Usage Arguments Value Examples
Start / End of Month Functions
1 2 3 |
date |
Input date (can be character string or a date object) |
Date object containing the Start or End Date of the specified input date's month.
1 2 3 4 5 | start_of_month(Sys.Date())
end_of_month(Sys.Date())
start_of_month("2019-05-31")
end_of_month("January 15, 2001")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.