Help

Re: How to show day of next week. like 'next Monday'

468 0
cancel
Showing results for 
Search instead for 
Did you mean: 
xiongfeiwaiyin_
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi ..

 

Hi. 
How can I show 'next week day' .

 I know.  DATETIME_FORMAT(Date, 'dddd'). but anyway I can how 'next Monday' ?

WeChatc806b1aa128543a45111a1f70e38fba6.jpg

3 Replies 3

Hmm, looks like you could just do `"next" & DATETIME_FORMAT()`?

Sho
11 - Venus
11 - Venus

Not the day of the week, but the date of next week?
If so, you can get it with DATEADD({date},1, "weeks") to get the date.

xiongfeiwaiyin__0-1692335767525.png

This method also does not solve the problem