Hello,
I create a schedule on Power Apps, and I would like that in front of each date is displayed the corresponding day of the week. But I can't, as you can see in the screenshot below, it only shows me numbers 😞
Can you please help me to display the days of the week? Thanks in advance !
PS: Dates are stored in Label4
If you're asking this question again because you pefer to show the French days of the week (jeudi, mardi, mercredi...), the following syntax will display the short and long week day names.
Text(DateValue(Label4.Text); "ddd")
Text(DateValue(Label4.Text); "dddd")
@PriyankaGeethik already gave you an answer to this question in the original topic.
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional