We Recommend

ASP.NET 3.5 Unleashed 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.


Ballyhoo


Posted By

benatkin on 04/07/08


Tagged


Versions (?)


Print weekday names from Monday through Sunday


Published in: ASP 


  1. <% for i = 1 to 7 %>
  2. <%= weekdayname(i mod 7 + 1) %><br />
  3. <% next %>

Report this snippet 

You need to login to post a comment.