HUGO
News Docs Themes Community GitHub

Before

Reports whether TIME1 is before TIME2.

Syntax

TIME1.Before TIME2

Returns

bool
{{ $t1 := time.AsTime "2023-01-01T17:00:00-08:00" }}
{{ $t2 := time.AsTime "2030-01-01T17:00:00-08:00" }}

{{ $t1.Before $t2 }} → true

Last updated: January 1, 0001
Improve this page