Support

Account

Home Forums Front-end Issues ACF datepicker field get based on date (future/past posts) Reply To: ACF datepicker field get based on date (future/past posts)

  • This is looking for posts <= to today, so before today

    
    array(
    		        'key'		=> 'date_event',
    		        'compare'	=> '<=',
    		        'value'		=> $today,
    		    ),
    

    change that to >=