Hi, I'm trying to display in a label the current month name.
My formula is:
Month(Date()))
and the result is 4
But if want "april" instead of 4 and i try whit this formula
Text(Month(Now());"mmmm")
But the result is "january"
🤔
Where am i wrong?
Thanks
Marco
Solved! Go to Solution.
This formula should work...
Text(Today(), "mmmm")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
This formula should work...
Text(Today(), "mmmm")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Thank's! a lot
I came across a similar scenario and I was able to achieve it with following expression.
formatDateTime(utcNow(), 'MMMM')
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
277 | |
235 | |
83 | |
37 | |
36 |
User | Count |
---|---|
357 | |
240 | |
125 | |
72 | |
50 |