View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default DATE FORMAT issue

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?