Shortcode to show any current, past, and future date or time. Display this, previous, or next year, month, day, etc.
Shortcode to show any current, past, and future date or time. Display this, previous, or next year, month, day, etc. in your posts and pages.
This is probably the last date and time shortcode plugin you will ever need for your websites since it is very rich in features.
It takes lots of efforts to develop and support a plugin. Please send us your feedback and questions to fix your issue before leaving a bad review.
Are you satisfied by using this plugin? Consider leaving a 5 star review. You can also donate.
If you need support or more information about this free plugin please read the description and the F.A.Q. section below or write in the Support Forum.
Just put one of these shortcodes in your post or page content and they will work out of the box.
[wpdts]
– the main shortcode which works with all attributes; equals to [wpdts-date-time]
by default;[wpdts-date-time]
– default date and time format from WordPress general settings[wpdts-date]
– default date format from WordPress general settings[wpdts-time]
– default time format from WordPress general settings[wpdts-custom]
– custom format using the PHP date and time formatting characters[wpdts-years]
, [wpdts-year]
– 4-digit year e.g. 1999 or 2134[wpdts-year-short]
– 2-digit year e.g. 99 or 34[wpdts-months]
, [wpdts-month]
– month as number (1-12)[wpdts-month-name]
– month as name (January-December)[wpdts-month-name-short]
– month as 3-letter name (Jan-Dec)[wpdts-days]
, [wpdts-day]
– day of month (1-31)[wpdts-hours]
, [wpdts-hour]
– hours (0-24)[wpdts-minutes]
, [wpdts-minute]
– minutes (0-60)[wpdts-seconds]
, [wpdts-second]
– seconds (0-60)[wpdts-timestamp]
– Unix timestamp[wpdts-day-of-year]
– day of the year as number (1-366)[wpdts-days-in-month]
– number of days in the month (28-31)[wpdts-days-in-february]
– number of days in the month of February for the year (28-29)[wpdts-days-in-year]
– number of days in the year (365 or 366)[wpdts-day-of-week]
– day of the week as number (1-7)[wpdts-day-of-week-name]
– day of the week as full name (Monday-Sunday)[wpdts-day-of-week-name-short]
– day of the week as short 3-letter name (Mon-Sun)[wpdts-week-of-year]
– week of year, since first Monday of the year (1-52)[wpdts-am-pm]
– am/pm or AM/PM according to the am_pm attribute (“L” or “U”)[wpdts-time-zone]
– the current time-zone for the shortcode resultIf you need to use the shortcodes in other places (like titles, navigation menus, footers, widgets, etc.) additional code or plugins may be needed to turn them on in your theme if they are not supported by default. See F.A.Q. section for details.
EXAMPLES
If you need to view real-time examples of usage or set up custom attributes to show specific date or time please see the page of WP Date and Time Shortcode on Denra.com.
ATTRIBUTES
If you need more detailed features please use the shortcode attributes.
You can add the following attributes to [wpdts]
to show the date and time that you need:
item
– what date and time information to show. The used values are: date-time
– default WP date and time format (default value)custom
– custom format using the PHP date and time formatting charactersdate
– default WP date formattime
– default WP time formatyear
, years
– 4-digit yearyear-short
, years-short
– 2-digit yearmonth
, months
– month as number (1-12)month-name
– month as name (January-December)month-name-short
– month as 3-letter name (Jan-Dec)day
, days
– day of month (1-31)hour
, hours
– hours (0-24)minute
, minutes
– minutes (0-60)second
, seconds
– seconds (0-60)timestamp
– Unix timestampday-of-year
– day of the year as number (1-366)days-in-month
– number of days in the month (28-31)days-in-february
– number of days in the month of February for the year (28-29)day-of-week
– day of the week as number (1-7)day-of-week-name
– day of the week as full name (Monday-Sunday)day-of-week-name-short
– day of the week as short 3-letter name (Mon-Sun)week-of-year
– week of year, since first Monday of the year (1-52)am-pm
– am/pm or AM/PM according to the am_pm attribute (“L” or “U”)time-zone
– the current time-zone for the shortcode resultformat
– date format used with the PHP date and time formatting characters only when item
is set to custom
start
– set the basic date and time for the shortcode; defaults to the WordPress time in the current timezone. now
– the default initial current date and time based on the WordPress General settings time-zonepost-created
– gets the post/page creation date and timepost-created-gmt
– gets the post/page creation date and time GMTpost-modified
– gets the post/page last modification date and timepost-modified-gmt
– gets the post/page last modification date and time GMT next
– move the start date and time to the next coming selected (can have more than one value separated by comma) mon
, tue
, wed
, thu
, fri
, sat
, sun
– weekday shortname (and with first letter in uppercase)1
–31
– day of monthlast-day-of-month
– the last day of month – 28, 29, 30, or 31time_zone
– select the time-zone for which to display the result from the available PHP time-zones.i18n
– set months and weeks names to be displayed in the current language (‘yes’ by default)days_suffix
– set suffix st, nd, rd, th for the day
and days
item e.g. 1st, 2nd, 3rd, 4th, etc.hours_24
– set 12 or 24 hours format for the hours
item.am_pm
– used with the am-pm
item when 12 hours format is preferred: “L” for lowercase (am, pm) or “U” for uppercase (AM, PM)post_id
– post ID from which to get post-created(-gmt) or post-modified(-gmt)years
– change in years e.g. years="+1"
or years="-1"
before showingmonths
– change in months e.g. months="+2"
or months="-2"
before showingdays
– change in days e.g. days="+7"
or days="-7"
before showinghours
– change in hours e.g. hours="+12"
or hours="-12"
before showingminutes
, minutes_change
– change in minutes e.g. minutes="+30"
or minutes="-30"
before showingseconds
, seconds_change
– change in seconds e.g. seconds="+45"
or seconds="-45"
before showingzero
– show leading zero when months, days, hours, minutes and seconds are displayed. Old ones ‘x-zero’ for each separate item are still supported for compatibility.WP Date and Time Shortcode is fully FREE and contains all main features that are needed by most users. Check them out!
However, since we want to continue supporting this plugin and adding new non-basic features, we have decided to offer a Pro edition with an annual subscription plan offered at a very affordable price per website. We are working hard to release the Pro edition although it took us a little bit more time to prepare it than expected in the beginnig.
What will you get with WP Date and Time Shortcode Pro in the near future?
style
– change font face, color and size;time-zone
browser/IP parameter – modify the shortcode result to the visitor’s timezone (not 100% accurate since it gets the timezone by IP address);counter
– dynamically change displayed values as a ticking text clock;IMPORTANT NOTE: Not all Pro features will be released in the first Pro version since more work and testing is needed for some of them.
Plugins
-> Add New
from your WordPress dashboard.WP Date and Time Shortcode
and install it.wp-date-and-time-shortcode.zip
.wp-date-and-time-shortcode
folder to your /wp-content/plugins
directory (do not rename the folder).It will start doing its job as soon as you put the shortcode in your page or post. That’s all, folks!
We are working on such a subscription based Pro edition and it will be released as soon as possible.
If you are using a caching plugin you may need to exclude the page or post with the shortcode from it so the content may be generated dynamically. If you are using the start
attribute with a fixed initial value you may also block the change of the shortcode result if needed.
Please make sure that you are using only straight double quotes ("
) and not curly/smart ones(„
or “
) for the attributes. The curly ones are not recognized by the shortcode functions. If you are using the straight quotes only and you are still having issues please contact us for support.
WordPress applies the shortcodes in post’s and page’s content by default. If your theme does not apply shortcodes in other places automatically you may need to add additional code to your child theme’s functions.php to hook into those functions where you need to see the shortcodes applied.
For example:
// For the titles.
add_filter(‘wp_title’, ‘do_shortcode’, 10);
add_filter(‘the_title’, ‘do_shortcode’, 10);
// For the navigation menu texts.
add_filter(‘walker_nav_menu_start_el’, ‘do_shortcode’, 10);
etc.
If you do not know how to put the correct code you may want to use additional plugin for the purpose like this one to enable any shortcodes in other places of your website pages.
As we were improving the plugin we found out the [wpdts]
shortcode will be much more recognizable and easier to use by everyone so we decided to change the old ones. We strongly recommend the use of the new [wpdts]
shortcode although backward compatibility for [wp-dt]
or [wp_dt]
is supported.
We have generally completed the development of Free edition of this plugin and it has a big number of features which may cover every basic need. In future we will be mainly supporting it for WordPress version compatibility and bugs. However we will be releasing a Pro edition soon with an annual subscription plan and it will have many new features. Please send all your suggestions and ideas to our e-mail address and they may be developed and included in the paid product in future. Please note that if you have suggested a new feature and it is implemented you will get a 1-year subscription for 1 website for free.
time_zone
attribute value is used.next
attribute for some edge cases.timezone
duplicate item added.post_id
attribute when the item
is post-created(-gmt)
, post-modified(-gmt)
does not throw a PHP error but shows an understandable message.start
parameter e.g. today, tomorrow, yesterday, next week, etc.start
attribute e.g. America/New_York, Europe/London, Asia/Tokyo, etc.time_zone
was added to define for which time-zone the result must be displayed e.g. America/New_York, Europe/London, Asia/Tokyo, etc.timestamp
parameter for the item
attribute to show the UNIX timestamp.time-zone
parameter for the item
attribute to show the current time-zone for the shortcode result.post_id
attribute when date-created-(gmt)
or date-modified(-gmt)
is set for item
.next
attribute in some cases when the next day is in the next month. Please update![wpdts]
instead of [wp-dt]
and [wp_dt]
. Backward compatibility is supported and old shortcodes will still work but the use of the new one everywhere is strongly recommended.init
attribute to start
. Backward compatibility is supported the old init
attribute but the use of the new start
attribute everywhere is strongly recommended.years-short
alias for year-short
.zero
attribute now for months, days, hours, minutes and seconds. Old ones ‘x_zero’ are still supported for compatibility.days-in-month
works even when PHP on server is complied without –enable-calendar option.days-in-year
added.date-time
for item datetime
.next
attribute that helps in displaying the next date from a list of weekdays, days of month, or the last day of the current month.week-of-year
item not showing correctly.init
attribute from page/post creation or modification time._change
attributes removing the _change
part.item
attribute.