Date and Time Picker Field Plugin WordPress, Download, Install
November 14, 2016

Date and Time Picker field for Advanced Custom Fields
Date and Time Picker Field Download Now
(If the link does not work)↓
Originals Link WordPress.org
https://wordpress.org/plugins/acf-field-date-time-picker/
How to Install Date and Time Picker Field Plugin, Manually
Plugin
- Copy the ‘acf-date_time_picker’ folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include
- 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
- 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');
}
Video
Screenshots


Plugin Not Working?
If any errors or problems with the plug-in then write comments.








