date_from_xlsx
Formats a date from an Excel date.
Example
1
| {{ 20200115 | date_from_xlsx }} => 2020-01-15
|
Type |
Parameter |
Description |
Required |
string |
number |
The number to format. Comes before the | sign. |
Required |
Output
Type |
Description |
string |
The formatted date |