Version: 1.0 ⭐⭐⭐⭐⭐(1) Compatible with WordPress 6.1.3 Last update: February 16, 2023
Available Shortcodes
Available shortcodes:
06:05:40 AM
will display the current time in 12h format06:05:40
will display the current time in 24h formatFriday
will display the date of the week22
displays the current day of the month09
displays the current month2023
displays the current year
These shortcodes can be combined to display dates in different formats, for example:
22 09 2023
09.22.2023
22/09/2023
09/22/2023
Friday22/09/2023
Friday 22/09/2023 06:05:40 AM

FAQ
Insert shortcode where you want to show them.
Caching plugin!
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.
Medium Editor requires modern browsers to work properly.
Currently supports Chrome, Firefox, Safari, IE, and Edge
Please send all your suggestions and ideas to our email address and they may be developed and included in the plugin in future.
No, by default WordPress allows shortcodes to be used only in theb post’s content and widgets.
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:// Add Shortcodes to title. add_filter(‘wp_title’, ‘do_shortcode’, 10); add_filter(‘the_title’, ‘do_shortcode’, 10); // Add shortcodes to the menu add_filter(‘walker_nav_menu_start_el’, ‘do_shortcode’, 10);
Another option to allow use of shortcodes anywhere on the website it to use an additional plugin such as Shortcodes Anywhere.
Download for Free the Time & Date Shortcodes WordPress Plugin
Version: 1.0 ⭐⭐⭐⭐⭐(1) Compatible with WordPress 6.1.3 Last update: February 16, 2023