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