ASP Get todays' day and month

Get todays' day and month

<html>
<body>

Today:
<%response.write(WeekdayName(weekday(date)))%>,
<br>
Month:
<%response.write(MonthName(month(date)))%>

</body>
</html>