Hi.
Is there a function to return what day of the week it is if I give it a day?
GetDay("April",12,2008) would return "Saturday"
Is there such a function, how would I go about making one if there isn't?
Thanks.
Printable View
Hi.
Is there a function to return what day of the week it is if I give it a day?
GetDay("April",12,2008) would return "Saturday"
Is there such a function, how would I go about making one if there isn't?
Thanks.
yes exactly there is..
try this line..
yourDay=Format("April 12,2008","DDDD")
_________________________
if the problem resolve please mark your post as resolve and please do rate..