Files
liquid/_filters/date.md
2015-07-25 17:09:54 -04:00

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.