Thread
:
Text(month(now()),"MMMM") deosnt work
View Single Post
#
1
BOB
Posts: n/a
Text(month(now()),"MMMM") deosnt work
Hi to all
Weekday(now()) =2
text(weekday(now()),"DDDD")=Monday
Month(now())=2
But text(month(now()),"MMMM") =January. What am I doing wrong?
Thanks!
Reply With Quote