Announcements
Hello, I want to print what day of the week it is in the format from Monday to Friday (for example, today is Friday, and I want it to print 'Friday'). I was using the 'weekday' function, but it only gives me the number. How could I print just the day? I am using a form
Hey,
You can use a function like this in a Text Label:
First(Split(Text(Now(),DateTimeFormat.LongDate),",")).Value
This will print the current day of the week.
@Night_wi
The following will give you the day of the week (eg, Friday).
Text(Now(), "dddd")
You would obviously replace Now() with your target input date.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 405 Super User 2026 Season 2
Mohsin Ali 368
WarrenBelz 244 Most Valuable Professional