Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Date formatting
date
{{ product.created_at | date: '%B %d, %Y' }}
strftime
{{ product.created_at | date: '%B %d, %Y' }} <!-- Output: January 15, 2025 --> {{ product.published_at | date: '%m/%d/%Y' }} <!-- Output: 01/15/2025 -->