Hi ..
Hi.
How can I show 'next week day' .
I know. DATETIME_FORMAT(Date, 'dddd'). but anyway I can how 'next Monday' ?
Hi ..
Hi.
How can I show 'next week day' .
I know. DATETIME_FORMAT(Date, 'dddd'). but anyway I can how 'next Monday' ?
Hmm, looks like you could just do `"next" & DATETIME_FORMAT()`?
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.
Hmm, looks like you could just do `"next" & DATETIME_FORMAT()`?
This method also does not solve the problem
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.