date_format_short

Formats a date in a short format.

Example

1
{{ 2020-01-15 | date_format_short }} => 01/15/20

Input

Type Parameter Description Required
string date The date to format. Comes before the | sign. Required

Output

Type Description
string The formatted date