ASP WeekdayName Functions

web

 
  Sponsored Links


The ASP WeekdayName() function is used to return the name of a particular weekday.

ASP Coding for WeekdayName Function

<%

Response.Write weekdayName(weekday(Date()))

%>


OR

<%

=weekdayName(weekday(Date()))

%>


Result

Friday

WeekdayName Function Results
weekdayName(weekday(Date())) Friday
weekdayName(weekday(Now())) Friday
weekdayName(weekday(#06/06/2010#)) Sunday
weekdayName(1) Sunday
weekdayName(2) Monday
weekdayName(3) Tuesday
weekdayName(4) Wednesday
weekdayName(5) Thursday
weekdayName(6) Friday
weekdayName(7) Saturday
   
 
web

ReaLife WebDesigns / 310.371.3275
We appreciate having the opportunity to contribute to the success of your business!

© 1999-2010 ReaLife WebDesigns. All rights reserved. site map | terms of use