ongoing_expiry_date
Parses an ongoing expiry date.
Example
1
| {{ '2021-01-01' | ongoing_expiry_date }} => 2021-01-01
|
Type |
Parameter |
Description |
Required |
string |
ongoingExpiryDate |
The expiry date to parse. Comes before the | sign. |
Required |
Output
Type |
Description |
string |
The parsed expiry date |