Site docs are currently being updated šŸš§ Thank you for your patience! šŸ™

Date Range Picker

ACF Extended Pro
Last Upated: Thursday, Feb 1, 2024

date_range_picker

The Date Range Picker field is made available by the Advanced Custom Fields Extended PRO plugin and provides users with a Date Range Picker using an enhanced version of theĀ Daterangepicker library.

Types Added to the Schema

To support the Date Range Picker field, an additional Object Type is added to the Schema.

  • ACFE_Date_Range (object type): Object representing a range of dates including fields for startDate and endDate.

Resolve Type

The "date_range_picker" field type resolves as "ACFE_Date_Range" in the GraphQL Schema with startDate and endDate fields.

Field Settings

Below you will find information about how various ACF field settings can impact how the field will map to the GraphQL Schema and/or modify resolution of the field when queried.

Field Configuration

Querying the Date Range Picker field