This is a very basic question but I just can’t find the answer. Is there a global variable for the time of an event? Eg {$currentTime}?
$time should work
1 Like
$now represents a timestamp - when converted to string (i.e. use {$now} in a value field), that will give you a full date and time of that event
$time is a string representation of the time only - i.e. 4:40pm
1 Like