Forum Moderators: coopster
if (date (BETWEEN '2006-04-15' AND '2006-04-20')) ) { echo "I did this right"; }
Ok, this is what I tried, but obviously, this is not right. Any help would be appreciated.
if (mydate > '2006-04-15' AND mydate < '2006-04-20')) ) { echo "I did this right"; }
You better do it with time stamps though.
Hab