Parsing a weekday from a date object

  • Thread starter Thread starter Chumley the Walrus
  • Start date Start date
C

Chumley the Walrus

I can't locate a weekday function in asp.net, whereas I just want to
grab the weekday associated with a given date. I'm using this date
format {0:MM/dd/yyyy} in references in my code, just need to do
something like :

dim myweekday
myweekday = weekday({0:MM/dd/yyyy})
response.write (myweekday)

thanks
chumley walrus
 
Back
Top