date_from_tsms
Extracts a date from a UNIX timestamp in MS.
Example
1
| {{ 20200115 | date_from_xlsx }} => 2020-01-15
|
Type |
Parameter |
Description |
Required |
string |
timestamp |
The timestamp in miliseconds. Comes before the | sign. |
Required |
Output
Type |
Description |
string |
The ISO formatte date |