Hello!
I am trying to create a section on our site that displays when an item was prepared, and also references an expiration date, which is 30 days later.
How exactly could this be done?
So far I have the following:
ā¦
Prepared: {{ created_at | date: ā%B %d, %Yā }}
ā¦
Which outputs the date in the format February 22, 2022 (for example)
How can I easily make another line that says Expires: and adds 30 days to the above date?
I appreciate any assistance ![]()
Thanks