Jul 27, 2023 08:26 AM
Hi ..
Hi.
How can I show 'next week day' .
I know. DATETIME_FORMAT(Date, 'dddd'). but anyway I can how 'next Monday' ?
Jul 27, 2023 08:55 AM
Hmm, looks like you could just do `"next" & DATETIME_FORMAT()`?
Jul 27, 2023 04:08 PM
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.
Aug 17, 2023 10:17 PM
This method also does not solve the problem