Small bug at end date
-
You must add the following hours on line 27 and 32 to correctly choose end date.
$start_date=$_REQUEST['start_date']; $where .= " AND post_date >='$start_date 00:00:00' "; } if(isset($_REQUEST['end_date'])&&!empty($_REQUEST['end_date'])) { $end_date=$_REQUEST['end_date']; $where .=" AND post_date <='$end_date 23:59:59' "; }
Regards
- The topic ‘Small bug at end date’ is closed to new replies.