/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<% for i = 1 to 7 %> <%= weekdayname(i mod 7 + 1) %><br /> <% next %>