Im running a sports site and have the weekly games on the side of my webpage. Currently I have it set to
nWeek = DateAdd("d",+7,date())
so it shows games from the current date plus 7 days right, what is the code if I just wanted to show games from Monday through Sunday every week and refreshing for the new upcoming games for the following Monday through Sunday??
nWeek = DateAdd("d",+7,date())
so it shows games from the current date plus 7 days right, what is the code if I just wanted to show games from Monday through Sunday every week and refreshing for the new upcoming games for the following Monday through Sunday??