Date

G

Guest

Hello,

I am having trouble formatting a date to show only the
current month. If I use Month(Now) then I get a number
value I would like to use the full month text format. I
have been trying to use the following code, but it is not
working.

Acval= Format(Month(Now), "mmmm")
 
Top