acf-field-date-time-picker icon indicating copy to clipboard operation
acf-field-date-time-picker copied to clipboard

Date and Time Picker field for Advanced Custom Fields v3 and v4

Results 44 acf-field-date-time-picker issues
Sort by recently updated
recently updated
newest added

This is my attempt to fix the following issue: [Date/Time cleared when saving post](https://github.com/soderlind/acf-field-date-time-picker/issues/67) With these changes it works for me to enter dates formatted using German language month names,...

Locale no longer misdetects en-ca as english-non english language, instantiation removed from class, constructor can take argument array

Change step for minutes as people may want to limit minutes available for selection. For example, the slider minute options are 1, 5, 10, 15 and 30 minutes.

Previously date/time formats were limited to what PHP's strtotime() supports, which is quite limited. I changed this and used DateTime::createFromFormat() which is more versatile.

Hides the #ui-datepicker-div element on fields setup. Without it hidden, you get a thin white bar at the bottom of the page: ![screen shot 2014-08-15 at 09 37 40](https://cloud.githubusercontent.com/assets/4213522/3932322/6dd3cc3e-2468-11e4-9085-5ec6fde68220.png) Changes...

After saving a date_time_picker, which happens to be on an ACF options page, the date_time_picker fields all turn into a date_picker field, and all off these fields are empty. Every...

### Impossible to save as e.g. 2018-04-26T09:38:36 It is impossible to save and get date and time in ISO 8601 Format which looks like this: 2018-04-26T09:38:36 I've tried to set...

Is there a way to set a default time value, instead of using server timestamp?

enhancement

Hi Per, I tried the date time picker on 8 different WP4 installations - with the free ACF 4 and the latest ACF 5 pro version - and am having...

Set start and end time.

enhancement