I'm sure there must be an easy way to do this, but I have a date stored in a variable, i.e. $start_date, and I want to find what day of the week that date is.
Any pointers would be most appreciated.
http://us2.php.net/date
thanks, now resolved using...
if(date("l", strtotime($search_date))=='Monday')