[today]

The shortcode displays the current date in a specified format or in the WordPress settings format.


Product


Shortcode Attributes

There are a number of shortcode attributes available which you can use to customize the output.

  1. format – The date display format. If not specified, the WordPress default date format will be used.

Example Usage

[today]
[today format="F j, Y"]

Results

Example 1:
This example displays the date in WordPress format.

Example 2:
This example outputs: March 26, 2025.