Thread
:
DATE FORMAT issue
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
[email protected]
Posts: n/a
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?
Reply With Quote