Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Date and Time Picker Field
This add-on is for the Advanced Custom Fields WordPress plugin and allows you to add a Date and Time Picker field type. Please note that ACF PRO 5.0+ is no longer supported and has its own date and time picker. This add-on is compatible with ACF version 4 and below.Changelog
2.1.5
- Remove call to write_log() causing fatal error.
2.1.4
- Fix for English Canadian locale which became Catalan, also fixes other en_*, fr_* and de_* locale.
2.1.3
- Sorry, but 2.1.2 had unfinsihed code, please update to 2.1.3
2.1.2
- Tested & found compatible with WP 4.7.
2.1.1
- Tested & found compatible with WP 4.6.
2.1.0
- ACF PRO 5.0+ is no longer supported, ACF PRO has its own date and time picker
- Update plugin to WPCS standards.
2.0.18
- Thanks to kamilgrzegorczyk, Fixing clone field issue in repeater
2.0.17
- Thanks to leocaseiro, Fix Backend Timestamp handling:
render_fieldand Tested Up WordPress 4.0
2.0.16
- Fix Undefined property: acf_field_date_time_picker::$domain
2.0.15
- Thanks to yanknudtskov, the plugin now works with ACF 5.0
2.0.14
- Added new languages/acf-field-date-time-picker.po file (note, renamed the language file)
2.0.13
- Fixed compatibility bug with ACF 4.3.5
- NOTE: 2.0.13 requires ACF 4.3.5 or later
2.0.12
- Added support for date format dd/mm/yy
- Bugfix
2.0.11
- Added option to retrive field values, using the_field() and get_field(), as a timestamp
2.0.10
- Removed “value” from defaults
2.0.9
- Thanks to flahertydaf, the plugin in now working with the latest ACF version
- Replaced DateTime::createFromFormat (PHP 5 >= 5.3.0), with strtotime
- minor bugfixes
2.0.8
- Adds option to store the date and time field as a UNIX timestamp or not.
2.0.7
- Bug fix. 2.0.6 assumed that the stored date and time was in UNIX timestamp format. 2.0.7 will check and only convert if the date and time is.
2.0.6
- Changed how the Date and Time Picker field is triggered when ACF adds a new Date and Time Picker field to the DOM
- Saves the Date and Time Picker field as an UNIX timestamp to MySQL. Use the PHP date function when you use it in your theme.
2.0.5
- When enqueuing JavaScripts, replaced dependecy of jquery-ui-datepicker with acf-datepicker
2.0.4
- Updated JavaScript language detection and loading
2.0.3
- Fixed Repeater field bug
- Added support for including the field in a theme
2.0.2
- Updated readme.txt
2.0.1
- Minor fix
2.0.0.beta
- Total rewrite, based on the acf-field-type-template. Works with ACF v3 and ACF v4. In this beta you can only add the Date Time Picker field as a plugin (i.e. not as a template field).
1.2.0
- Updated jquery-ui-timepicker-addon.js to the latest version (1.0.0) and added localization support.
1.1.1
- Fixed a small bug
1.1
- Change name to Date and Time Picker to reflect the new option to select between Date and Time picker or Time Picker only. Thanks to Wilfrid for point this out (not sure why I didn’t include it in 1.0)
1.0
- Initial version