Interval for next n weeks, starting k weeks from now.
1 | next_weeks(n, from_now = 1, week_start = 1)
|
n |
How many weeks total. |
from_now |
Starting how many weeks from now. |
week_start |
Integer, 1 to 7: what is the start of the week. (1 = Monday, 7 = Sunday)? If 0, week starts today. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.