I have a month text value stored in $gomonth
I am trying to convert this value to an integer to use within a query.
$gomonth2 = date(m, $gomonth);
Regardless of the value that is in $gomonth it is constantly returning 12.
Any clues as to what I am doing wrong....
Seems pretty simple like I am missing something...
Thanks!!