D
DS
Which one is correct to use to get the WeekDay Number?
Thanks
DS
Weekday(Date())
or
Weekday(Now())
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())
Both.Which one is correct to use to get the WeekDay Number?
Weekday(Date())
or
Weekday(Now())
Ok ThanksRick 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 ThanksStefan said:hi,
Both.
mfG
--> stefan <--