Skip to main content

Merge tag: {tomorrow}

Tomorrow.

ProductGravityView
RequiresGravityView 2.30 or later
Needs an entryNo

Modifiers

What the merge tag picker offers on this tag.

What to show

ModifierDescriptionRequires
diffTime difference from now. Renders "3 days ago" for past dates and "3 days from now" for future ones.GravityView 2.30 or later
no_tz_offsetSkip the timezone offset. Formats the stored value without shifting it into the site timezone. Beats the default branch, so it is a rendering choice rather than a flag.GravityView 2.33 or later
rawRaw stored date. GravityView 2.30 or later
timestampUnix timestamp. Also switches the relative-date tags to UTC rather than site-local time.GravityView 2.30 or later

Change the output

ModifierDescriptionRequires
formatCustom date format. A PHP date() format string. Attached with a colon and consumes the rest of the modifier string, so it must come last; escape a literal colon as \:.GravityView 2.30 or later

Other settings

ModifierDescriptionRequires
timeInclude the time. GravityView 2.30 or later

Examples

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

Merge tagOutput
{tomorrow}January 16, 2026

With a modifier

Merge tagOutputWithout the modifier
{tomorrow:raw}2026-01-16 09:00:00January 16, 2026
{tomorrow:timestamp}1768536000January 16, 2026
{tomorrow:diff}1 day from nowJanuary 16, 2026
{tomorrow:time}January 16, 2026 at 4:00 amJanuary 16, 2026
{tomorrow:format:Y-m-d}2026-01-16January 16, 2026