Dear Community Friends
I come to ask qusetion again
The question is : how can I get the weekdays with date
For example:
today is 2018/10/24
use what activity that let me now today is Tuesday
thank you for your help
Hi Chen
You can try Now.ToString(“dddd”)
For example: "Today is “+Now.ToString(“yyyy/MM/dd”)+” and it’s "+Now.ToString(“dddd”)
2 Likes
Solve it
Thank you!!!