I want to be able to find out the date for last Wednesday. If today is Wednesday, then I want to get that date. So far I have:
Any ideas?Code:if (date('D') == 'Wed') { echo date('Y-m-d'); } else { //$last = echo "Last Wednesday was $last"; }
|
Results 1 to 8 of 8
Thread: Last Wednesday's Date?Threaded View
|
Click Here to Expand Forum to Full Width |