format-date
Action
formats a date using a template string or preset
Syntax
$EXT:TEXT = format-date $date:DATE as "YYYY-MM-DD"
format date variable with template
$EXT:TEXT = format-date 2025-11-14 as "YYYY-MM-DD"
format date literal with template
$EXT:TEXT = format-date $date:DATE as $template:TEXT
format date variable with template variable
$EXT:TEXT = format-date 2025-11-14 as $template:TEXT
format date literal with template variable