I'm stuck on the code below guys, anybody see the obvious mistake.
This is the error I'm getting
Its basically not working, but I cant get it to work.
Cheers
Code:
<% if (WeekDayName(WeekDay(Date) = ("Saturday"))) or (WeekDayName(WeekDay(Date) = ("Sunday"))) then %>
This is the error I'm getting
Code:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'WeekDayName'
Its basically not working, but I cant get it to work.
Cheers