Date and Time Picker Field

Wordpress Plugin
Download latest - 2.1.5

Developers

PerS

Download Stats

Today 26
Yesterday 48
Last Week 276
All Time 122,210
Banner 772x250

This is an add-on for the Advanced Custom Fields WordPress plugin, that allows you to add a Date and Time Picker field type.

ACF PRO 5.0+ is no longer supported, ACF PRO has its own date and time picker

[youtube http://www.youtube.com/watch?v=Mumx4HGOljQ]

Compatibility

This add-on will work with:

  • Advanced Custom Fields version 4..
  • Advanced Custom Fields version 3 and bellow

More Information

http://soderlind.no/time-picker-field-for-advanced-custom-fields/


Releases (25 )

Version Release Date Change Log
2.1.5 2017-01-30
  • Remove call to write_log() causing fatal error.
2.1.4 2017-01-29
  • Fix for English Canadian locale which became Catalan, also fixes other en_, fr_ and de_* locale.
2.1.3 2016-12-17
  • Sorry, but 2.1.2 had unfinsihed code, please update to 2.1.3
2.1.2 2016-12-12
  • Tested & found compatible with WP 4.7.
2.1.1 2016-07-28
  • Tested & found compatible with WP 4.6.
2.1.0 2016-07-20
  • 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.1 2014-09-23
2.0.18 2014-09-23
  • Thanks to kamilgrzegorczyk, Fixing clone field issue in repeater
2.0.16 2014-08-15
  • Fix Undefined property: acf_field_date_time_picker::$domain
2.0.15.2 2014-08-12
2.0.14 2014-05-05
  • Added new languages/acf-field-date-time-picker.po file (note, renamed the language file)
2.0.13 2014-03-19
  • Fixed compatibility bug with ACF 4.3.5
  • NOTE: 2.0.13 requires ACF 4.3.5 or later
2.0.12 2013-11-27
  • Added support for date format dd/mm/yy
  • Bugfix
2.0.11 2013-08-20
  • Added option to retrive field values, using the_field() and get_field(), as a timestamp
2.0.10 2013-08-12
  • Removed "value" from defaults
2.0.9 2013-08-10
  • Thanks to flahertydaf, the plugin in now working with the latest ACF version
  • Replaced DateTime::createFromFormat (PHP 5 >
2.0.8 2013-07-11
  • Adds option to store the date and time field as a UNIX timestamp or not.
2.0.7 2013-04-26
  • 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 2013-04-26
  • 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 2013-04-22
  • When enqueuing JavaScripts, replaced dependecy of jquery-ui-datepicker with acf-datepicker
2.0.4 2013-04-12
  • Updated JavaScript language detection and loading
2.0.3 2013-04-08
  • Fixed Repeater field bug
  • Added support for including the field in a theme
2.0.2 2013-04-06
  • Updated readme.txt
2.0.0.2 2013-04-05
2.0.0.beta 2013-04-05
  • 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).