Hi
I am currently working on version 17.3.
I have a scenario where I want to know the dates of Monday and Friday of the current week in which I am today.
Like for example, if today is 28th November 2017; then I want to get the dates of Monday and Friday i.e. 27th November 2017 and 1st December 2017 respectively.
Thanx in advance!!
Discussion posts and replies are publicly visible
what about monday to sunday
What is the big deal?
You can provide value to return_type parameter in weekday() function to get week days according to your requirement and then change the calculations in the expression accordingly.
Thanks for pointing this out. The Appian documentation is publicly available for everybody. And even included in the expression and interface designer.