by Per Søderlind
3.7 (15 reviews)
Date and Time Picker Field
Date and Time Picker field for Advanced Custom Fields
Tested up to WP 4.7 (Current: 6.9.4)
v2.1.5
Current Version v2.1.5
Updated 9 years ago
Last Update on 30 Jan, 2017
Refreshed 6 hours ago
Last Refreshed on
Rank
#3,291
-4 this week
Active Installs
5K+
—
No change
KW Avg Position
18
-0.5 better
Downloads
159.8K
+2 today
Support Resolved
0%
—
No change
Rating
74%
Review 3.7 out of 5
3.7
(15 reviews)
Next Milestone 6K
5K+
6K+
205
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 730 more installs to reach 6K+
Rank Changes
Current
#3,291
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.7
15 reviews
Overall
74%
5
8
(53%)
4
2
(13%)
3
1
(7%)
2
1
(7%)
1
3
(20%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| timepicker | 8 | — | Tag | 8 hours ago |
| datepicker | 28 | — | Tag | 8 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.1.5
- Last Updated
- Jan 30, 2017
- Requires WP
- 3.6+
- Tested Up To
- 4.7
- PHP Version
- N/A
- Author
- Per Søderlind
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 3.7
- Reviews
- 15
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,712
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#958
InfiniteWP Client
200K+ installs
#253
Optimole – Optimize Images in Real Time
200K+ installs
#254
Header and Footer Scripts
200K+ installs
#257
Frequently Asked Questions
Common questions about Date and Time Picker Field
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');
}
Updating to ACF PRO
I got this quetion over at AWP on Facebook:
How does upgrading work? If someone starts with ACF and your plugin,
then upgrades to ACF Pro, will their date/time custom field disappear?
I understand the data will be maintained but wondering if the field
will still be visible in WP admin.
Updating to ACF PRO should work fine, ACF PRO has a compatibility add-on for this plugin, but test it on a non production environment first.
Also, read the comments on this issue: https://github.com/.../acf-field-date-time-picker/issues/103
How do I set the date and time format?
To set the date and time format when you create the field, you have to create a string using the letters below.
Date format
d day of month (no leading zero)
dd day of month (two digit)
o day of the year (no leading zeros)
oo day of the year (three digit)
D day name short
DD day name long
m month of year (no leading zero)
mm month of year (two digit)
M month name short
MM month name long
y year (two digit)
yy year (four digit)
Time format
H Hour with no leading 0 (24 hour)
HH Hour with leading 0 (24 hour)
h Hour with no leading 0 (12 hour)
hh Hour with leading 0 (12 hour)
m Minute with no leading 0
mm Minute with leading 0
s Second with no leading 0
ss Second with leading 0
l Milliseconds always with leading 0
t a or p for AM/PM
T A or P for AM/PM
tt am or pm for AM/PM
TT AM or PM for AM/PM
Examples
yy-mm-dd: 2013-04-12
HH:mm: 24 hour clock, with a leading 0 for hour and minute
h:m tt: 12 hour clock with am/pm, no leading 0
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');
}
Updating to ACF PRO
I got this quetion over at AWP on Facebook:
How does upgrading work? If someone starts with ACF and your plugin,
then upgrades to ACF Pro, will their date/time custom field disappear?
I understand the data will be maintained but wondering if the field
will still be visible in WP admin.
Updating to ACF PRO should work fine, ACF PRO has a compatibility add-on for this plugin, but test it on a non production environment first.
Also, read the comments on this issue: https://github.com/.../acf-field-date-time-picker/issues/103
How do I set the date and time format?
To set the date and time format when you create the field, you have to create a string using the letters below.
Date format
d day of month (no leading zero)
dd day of month (two digit)
o day of the year (no leading zeros)
oo day of the year (three digit)
D day name short
DD day name long
m month of year (no leading zero)
mm month of year (two digit)
M month name short
MM month name long
y year (two digit)
yy year (four digit)
Time format
H Hour with no leading 0 (24 hour)
HH Hour with leading 0 (24 hour)
h Hour with no leading 0 (12 hour)
hh Hour with leading 0 (12 hour)
m Minute with no leading 0
mm Minute with leading 0
s Second with no leading 0
ss Second with leading 0
l Milliseconds always with leading 0
t a or p for AM/PM
T A or P for AM/PM
tt am or pm for AM/PM
TT AM or PM for AM/PM
Examples
yy-mm-dd: 2013-04-12
HH:mm: 24 hour clock, with a leading 0 for hour and minute
h:m tt: 12 hour clock with am/pm, no leading 0
The Date and Time Picker field is saved as an UNIX timestamp. Use the PHP date function when you use it in your theme.