CategoriesPower Apps

Power Apps – Date of week

Hi! let’s see a simple way to show name of day of week. There isn’t “built in function” get name, but we can use Weekday(Date) function to get numer of day and use it to show name:

Switch(
Weekday(Now()),
1, “Sunday”,
2, “Monday”,
3, “Tuesday”,
4, “Wednesday”,
5, “Thursday”,
6, “Friday”,
7, “Saturday”
)

You can change Today() with your date and get name of week.

I hope it help you…Have a good day!

CategoriesPower Apps

Try Power Apps – Free

If you want, you can try Microsoft Power Apps for free!

As usually…it very simple:

Open this url:

Power Apps – Developer Plan

You will get following benefits:

  •  Create & test unlimited apps, with premium connectors and dataverse also
  • You can use Power Automate
  •  You can create more then one environments

All informations here:

Details

That’s all.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

My Agile Privacy
This website uses technical and profiling cookies. Clicking on "Accept" authorises all profiling cookies. Clicking on "Refuse" or the X will refuse all profiling cookies. By clicking on "Customise" you can select which profiling cookies to activate.
Warning: some page functionalities could not work due to your privacy choices