Hello,
I am building a new form and I would like to hard code the date. I am thinking of using the attached code to generate the date. The problem is after the day is entered if I wanted to build a search page to query the results by a range of weeks, would that be possible using this format (i.e. search from March 21, 2005 to March 25, 2005), and if so how would I code it?
Thanks in advance.
PHP Code:
$today = date("F j, Y"); // March 10, 2001
|