Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

FilterDescriptionExample
dateFormat date/time{{ product.created_at | date: '%B %d, %Y' }}

date

Formats dates using strftime syntax in the shop’s timezone.
{{ product.created_at | date: '%B %d, %Y' }}
<!-- Output: January 15, 2025 -->

{{ product.published_at | date: '%m/%d/%Y' }}
<!-- Output: 01/15/2025 -->