Loading...
banner plugin Image
woo-image

Date and Time Picker Field

By Per Søderlind

Description

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.

This add-on will work with Advanced Custom Fields version 4 and below.

For more information, visit the official site.

Other Notable Features

Here are a few other notable features of this free Date and Time Picker Field plugin.

check-fill
Acf
check-fill
Custom Field
check-fill
Datepicker
check-fill
Timepicker

Screenshots

FAQ

Plugin

  1. Copy the ‘acf-date_time_picker’ folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include

  1. Copy the ‘acf-date_time_picker’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
  2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-date_time_picker.php file)

    add_action(‘acf/register_fields’, ‘my_register_fields’);

    function my_register_fields()
    {
    include_once(‘acf-date_time_picker/acf-date_time_picker.php’);
    }

Contributors and developers

“Date and Time Picker Field” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.75

Average

Star-Image

Ratings

3.7 out of 5 | 15
History-Image

Version

2.1.5
calendar-Image

Last updated

8 years ago
Star-Image

Active installations

5,000+
Star-Image

WordPress version

4.7.33 or higher
php-Image

PHP version

or higher
translate-Image

Languages

5

Tags

Acf,Custom Field,Datepicker,Timepicker