Files
liquid/_filters/date.md
Garen Torikian 601e49dc55 pretty tables
2015-03-15 18:23:17 -07: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.