C
|
cgphp 2/8/2012 |
The "Before SQL query" event is executed before the SELECT SQL query is processed. Use that event if you like to modify the WHERE clause of your query: $strWhereClause = whereAdd($strWhereClause, "MONTH(date_field_name) = '".$month_value."'"); |
A
|
ant author 2/9/2012 |
The "Before SQL query" event is executed before the SELECT SQL query is processed. Use that event if you like to modify the WHERE clause of your query: $strWhereClause = whereAdd($strWhereClause, "MONTH(date_field_name) = '".$month_value."'");
0. include\Deals_Completed_events.php:103 runner_error_handler 1. 8;
|
A
|
ant author 2/12/2012 |
I managed to sort this problem out using the advanced search option. I did not know that the advanced search option gives you the ability to search between 2 dates. |