I’m attempting to search entries by date time. I’m using
GFAPI::get_entries( $form_id, $search_criteria )
I’m unsure how to construct the search criteria to query on date time value rather than the text.
Ultimately I want to check a given date range does not conflict with other bookings in the database.
Thanks in advance.