Is it possible to specify a time interval (from, to) in ACF with date picker, or other custom field?

There’s no native “Time Interval” field type in ACF, but you could:

  • Use a third-party custom field like the “Date Range Picker” provided by ACF Extended (it’s a commercial plugin that adds features to ACF).
  • Use 2 distinct native Date Picker fields for “from” and “to”, possibly inserted inside a Group. You may take advantage of some existing snippets to display the value (example).