DATE FORMAT issue

P

poolkimmo

I have a piece of code like this:

Now() which returns the correct value of 2006/02/08 08:18:41 (with my
last test)

now if I run the following:

Format(Now, "mmm") that brings Jan

any ideas why?
 
P

poolkimmo

never mind...solved it...the Month() was throwing it off

Format(now,"mmm") works fine...
 
Top