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
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