Published in: ASP
<% for i = 1 to 7 %> <%= weekdayname(i mod 7 + 1) %><br /> <% next %>
You need to login to post a comment.
ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.
benatkin on 04/07/08
Published in: ASP
<% for i = 1 to 7 %> <%= weekdayname(i mod 7 + 1) %><br /> <% next %>
You need to login to post a comment.