Working with Day, Month, Year, Hour, Minute, Second, and Weekday functions in Power App

We can use PowerFX to use the day, month, year, hour, minute, second and weekday concepts in our Power Apps. Lets see in details. Day PowerFX Day PowerFX returns the day component of the current time and date. Syntax : Day(Now()). This will give you the current date part. If the date is 12/21/2021 then…
Read more