lot_date
Retrieves the product date of a lot.
Example
1
{{ 123 | lot_date: 'production_date' }} => 2024-01-01
Input
Type | Parameter | Description | Required |
---|---|---|---|
int | lotId | The ID of the lot. Comes before the | sign. | Required |
string | dateKey | The key of the date to retrieve |
Output
Type | Description |
---|---|
string | The product date of the lot |