A simple timezone picker for Advanced Custom Fields
A select box containing all of the timezones according to PHP's DateTime class. Right now, the provided timezones are global, but future updates may accommodate filtering timezones by region (e.g country or continent).
This ACF field type is compatible with:
- ACF 5 untested
- ACF 4
- Copy the
acf-timezone_picker
folder into yourwp-content/plugins
folder - Activate the Timezone plugin via the plugins admin page
- Create a new field via ACF and select the Timezone type (it should appear under the 'choices' menu)
- Please refer to the description for more info regarding the field type settings
Please see readme.txt
for changelog