If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
# DAYOFWEEK(Date): Returns the day of week from a date where sunday=1 and saturday = 1
# DAYOFWEEK(Date): Returns the day of week according to ISO guidelines, that means Monday = 1 and Sunday = 1
IMHO, if I'm not mistaken, shouldn't that be
#DAYOFWEEK(Date): Returns the day of week from a date where sunday=1 and saturday = 7
#DAYOFWEEK_ISO(Date): Returns the day of week according to ISO guidelines, that means Monday = 1 and Sunday = 7
Comment