Oct 28, 1999 #1 Anointed Programmer Joined Oct 28, 1999 Messages 1 Location US Why does the DATE() function only return October 22, 1999?
Oct 29, 1999 #2 Zelandakh MIS Joined Mar 12, 1999 Messages 12,173 Location GB I think its cos date() requires a parameter to "date". With no parameter it takes date() as date(now()). Upvote 0 Downvote
I think its cos date() requires a parameter to "date". With no parameter it takes date() as date(now()).
Oct 31, 1999 #3 culshaja Programmer Joined Aug 10, 1999 Messages 705 Location GB Are you trying to convert a string to a date? If you are CDate() is a better function than Date(). Upvote 0 Downvote