Getting January to show as "January", not "01"

  • Thread starter Thread starter John Ortt
  • Start date Start date
J

John Ortt

I have a Date Field and I am currently using

Month: Format([DateonNote],"mm")

How can I get it to say January instead of "01"

Thanks in advance,

John Ortt
 
Hi,


Format( Now(), "mmmm" ) or Format(Now(), "mmm")


Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top