How can I fetch Accounts created since a certain date?

How can I fetch Accounts created since a certain date?

Hi

I'm using the Java API and am using the getRecords method to get BulkAPIResponse.

I'd like to fetch Accounts created (based on Created_Time field) after a certain date using the API.

Can you please help? I have tried using searchByCriteria, but not sure what the criteria format is for >, <, >= etc.

Thanks