[now]
The shortcode displays the current time in a customizable format.
Product
Shortcode Attributes
There are a number of shortcode attributes available which you can use to customize the output.
- format – Used to change the returned time format
- Default: WordPress time format.
- Options: Refer to WordPress Date and Time Formatting
Example Usage
[now]
[now format="F j, Y, g:i a"]
Results
| Example 1: This example displays current time in WordPress default format. Example 2: This example outputs: March 26, 2025, 5:30 pm. |