Skip to content

DateTime

Stef Heyenrath edited this page Jan 27, 2021 · 3 revisions

DateTime Helpers


DateTime.Now

Summary Return the current DateTime
Returns The current DateTime or the current DateTime formatted to a string
Remarks The format is optional.
Parameters
format The format to use, can be null

Example

Usage

{{DateTime.Now}}
{{DateTime.Now \"yyyy-MM-dd\"}}

Returns

2021-01-27T17:53:24.5382592+01:00
2021-01-27
Clone this wiki locally