Forum Moderators: open
Compiler Error Message: BC32093: 'Of' required when specifying type arguments for a generic type or method.
Line 20: <p>Current weekday:</p>
Line 21: <%
Line 22: response.Write(WeekdayName(weekday(date)))
Line 23: response.Write("<br>")
Line 24: response.Write(WeekdayName(weekday(date), true))