View Single Post
  #1   Report Post  
BOB
 
Posts: n/a
Default 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!