Description Usage Arguments Details Value Examples
handle_positive_dates
takes positive dates
1 | handle_positive_dates(y, m, d)
|
y |
The year as a nummeric input |
m |
The month as a nummeric input |
d |
the day as a numeric input |
This function takes a positive date via an input of year, month and day (seperately) and gives back the date as a date class. very simple function.
Date as a date class, and which is positive
1 | handle_positive_dates(2010, 10, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.