Skip to main content

Modifier: :time

:time means different things depending on the merge tag or the kind of field:

Include the time

On {date_created}, {date_updated}, {payment_date}, {today}.

Appends the time to the formatted date. Ignored when raw, timestamp or diff wins.

ProductGravity Forms
RequiresGravity Forms 1.9 or later
Works on{date_created}, {date_updated}, {payment_date}, {today}
In the pickerOther settings

Examples

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

Merge tagOutputWithout the modifier
{date_created:time}January 15, 2026 at 1:00 amJanuary 15, 2026
{date_updated:time}January 15, 2026 at 1:10 amJanuary 15, 2026
{payment_date:time}January 15, 2026 at 1:05 amJanuary 15, 2026
{today:time}January 15, 2026 at 4:00 amJanuary 15, 2026

Where the merge tag picker offers it

Merge tags: {date_created} · {date_updated} · {payment_date} · {today}.

Include the time

On {now}, {yesterday}, {tomorrow}.

ProductGravityView
RequiresGravityView 2.30 or later
Works on{now}, {yesterday}, {tomorrow}
In the pickerOther settings

Examples

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

Merge tagOutputWithout the modifier
{now:time}January 15, 2026 at 4:00 amJanuary 15, 2026
{yesterday:time}January 14, 2026 at 4:00 amJanuary 14, 2026
{tomorrow:time}January 16, 2026 at 4:00 amJanuary 16, 2026

Where the merge tag picker offers it

Merge tags: {now} · {yesterday} · {tomorrow}.