Forum Discussion
XaviOV
Helper V
6 years agoCreate calendar week in progress plus the next 3
Hello
I'd like to know how to create a calendar starting on Monday of the current week and adding the next two weeks.
Example:
Best regards
Xavi
@XaviOV ,
Try it as
Calendar?
var _1 a today() -weekday(today(),2) +1
Var _2 to _1 +14
Return
calendar(_1,_2)You may have added three weeks 21
1 Reply
- amitchandak
Super User
@XaviOV ,
Try it as
Calendar?
var _1 a today() -weekday(today(),2) +1
Var _2 to _1 +14
Return
calendar(_1,_2)You may have added three weeks 21