Which One? WeekDay()

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

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

Weekday(Date())
or
Weekday(Now())
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top