Search from today using ajax search
-
I need to search only future events on site. How to make date from today when use ajax search? In search.php I use code
$today = date('Y-m-d'); if($today <= date('Y-m-d', strtotime(get_field('event_date')))){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Search from today using ajax search’ is closed to new replies.