Current Date

Returns the current UTC date in YYYY-MM-DD format. Also sets the sys_Date variable globally.

{{ date }}

Example output: 2024-2-16

Current Time

Returns the current UTC time in HH:MM:SS format. Also sets the sys_Time variable globally.

{{ time }}

Example output: 1:16:42

Generate UUID

Returns a randomly generated UUID. Also sets the sys_UUID variable globally.

{{ uuid }}

Example output: c4c6fc20-12212aea-9129f14b-5de16d39

Random Number

Returns a randomly generated number. Also sets the sys_Random variable globally.

{{ random }}

Example output: 0.6449217301057322


Ⓒ 2024 NeuralSeek, all rights reserved.