Which One? WeekDay()

D

DS

Which one is correct to use to get the WeekDay Number?
Thanks
DS

Weekday(Date())
or
Weekday(Now())
 
R

Rick Brandt

DS said:
Which one is correct to use to get the WeekDay Number?
Thanks
DS

Weekday(Date())
or
Weekday(Now())

There is no difference. Date() returns the current PC date with a time of
midnight. Now() returns the current PC date along with the current PC time.
Both have the same weekday.
 
D

DS

Rick said:
There is no difference. Date() returns the current PC date with a time of
midnight. Now() returns the current PC date along with the current PC time.
Both have the same weekday.
Ok Thanks
DS
 
Top