WP Date and Time Shortcode

plugin banner

Show dynamically any current, past or future date or time in posts and pages.

Author:Denra.com aka SoftShop Ltd. (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4.2
Plugin version:2.6.5
Added to WordPress repository:17-09-2019
Last updated:11-12-2023
Rating, %:98
Rated by:27
Plugin URI:https://www.denra.com/products/wordpress/plug...
Total downloads:82 091
Active installs:10 000+
plugin download
Click to start download

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.

How it works?

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 result

If 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.

Features

  • Show date and/or time in the default WordPress formats.
  • Show date and/or time in custom format based on the PHP date and time formatting characters
  • Show date and/or time based on fixed SQL/date/time format or any relative date and time format
  • Show year separately as 4 or 2-digit number (e.g. 1999 or 99).
  • Show month as number (1-12), full name (January-December) or 3-letter name (Jan-Dec).
  • Show day as number with or without leading zero, with or without suffix (st, nd, rd, th).
  • Show hour, minutes, seconds with or without leading zero.
  • Show day of week as number (1-7), full name (Monday-Sunday) or three letters (Mon-Sun).
  • Show the day of the year (1-366).
  • Show the number of days for the month (28-31).
  • Show the number of days in February for the year (28 or 29).
  • Show the day of the year (365 or 366).
  • Show the week of the year (1-52).
  • Show currently used time-zone.
  • Show the first day from a list of next coming weekdays, days of month, or the last day of the current month.
  • Add or subtract years, months, days, hours, minutes and/or seconds before showing the final result.
  • Set post/page creation or modification time (including GMT variants) as “init” attribute.

Attributes and values

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 characters
    • date – default WP date format
    • time – default WP time format
    • year, years – 4-digit year
    • year-short, years-short – 2-digit year
    • month, 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 timestamp
    • day-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 result
  • format – 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.
    • initial date and/or time string based on fixed SQL/date/time formats (e.g. 2019-09-16 17:45:53 or Sep 16, 2019 17:45:53) or any relative date and time format
    • now – the default initial current date and time based on the WordPress General settings time-zone
    • post-created – gets the post/page creation date and time
    • post-created-gmt – gets the post/page creation date and time GMT
    • post-modified – gets the post/page last modification date and time
    • post-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)
    • 131 – day of month
    • last-day-of-month – the last day of month – 28, 29, 30, or 31
  • time_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 showing
  • months – change in months e.g. months="+2" or months="-2" before showing
  • days – change in days e.g. days="+7" or days="-7" before showing
  • hours – change in hours e.g. hours="+12" or hours="-12" before showing
  • minutes, minutes_change – change in minutes e.g. minutes="+30" or minutes="-30" before showing
  • seconds, seconds_change – change in seconds e.g. seconds="+45" or seconds="-45" before showing
  • zero – 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.

(COMING ASAP) 3.0 PRO EDITION with an annual subscription plan

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?

  • Technical support by email and Facebook Messenger chat on our website. The free version will be supported by the Support Forum only.
  • JavaScript display of the shortcode result even on cached pages. You won’t need to turn off the caching for any page and post!
  • Additional pre-defined date and time initialization values like:
    • First visit on the website (saved as cookie, session and user option if possible)
    • Last visit on the website (saved as cookie, session and user option if possible)
    • Catholic and Orthodox Easter dates
    • Passover
    • Hanukkah
    • Mother’s day
    • Father’s day
    • Columbus day
    • Thanksgiving day
    • Black Friday
    • Cyber Monday
    • Christmas
    • New year
    • Chinese new year
    • and more.
  • Additional items and attributes:
    • 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;
  • Shortcode Wizard – create shortcodes using an easy to use step-by-step wizard.
  • Menu Location – change the menu display – main admin menu, settings menu, top menu, or turn off all.
  • And more.

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.


FAQ
ChangeLog