Today you can Download Date and Time Picker Field plugin It’s the time!. Get Date and Time Picker Field 2.1.5 (or higher version) plugin created by Per Soderlind and use it for your project.. This WP Plugin 2.1.5 version was updated on 2 years but conceivably there is a newer version available.
How to Install Date and Time Picker Field WordPress Plugin?
Installation
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’);
}