How to create a field filter for a date time field

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.