Skip to main content

Merge tag: {today}

Today's date. The current date. raw, human and diff are suppressed on this tag; timestamp, time and format work.

ProductGravity Forms
RequiresGravity Forms 2.6.0.1 or later
Needs an entryNo

Modifiers

What the merge tag picker offers on this tag.

What to show

ModifierDescriptionRequires
timestampUnix timestamp. Gravity Forms 1.9 or later

Change the output

ModifierDescriptionRequires
formatCustom date format. A PHP date() format string. The format is the NEXT colon-separated token, not part of this one; escape any literal colon inside it as \:.Gravity Forms 1.9 or later

Other settings

ModifierDescriptionRequires
timeInclude the time. Appends the time to the formatted date. Ignored when raw, timestamp or diff wins.Gravity Forms 1.9 or later

Examples

Rendered by real Gravity Forms and GravityKit PHP against a test entry.

Merge tagOutput
{today}January 15, 2026

With a modifier

Merge tagOutputWithout the modifier
{today:timestamp}1768467600January 15, 2026
{today:time}January 15, 2026 at 4:00 amJanuary 15, 2026
{today:format:Y-m-d}2026-01-15January 15, 2026