mirror of
https://github.com/kemko/liquid.git
synced 2026-01-07 10:45:42 +03:00
559 B
559 B
title
| title |
|---|
| date |
date converts a timestamp into another date format.
| Input | Output |
|---|---|
| {% raw %}`{{ article.published_at | date: "%a, %b %d, %y" }}`{% endraw %} |
| {% raw %}`{{ article.published_at | date: "%Y" }}`{% endraw %} |
The format for this syntax is the same as strftime.