Merge pull request #1011 from afeld/patch-1

add note about how date is parsed
This commit is contained in:
Adam Hollett
2018-06-07 12:22:33 -04:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@ title: date
description: Liquid filter that prints and formats dates.
---
Converts a timestamp into another date format. The format for this syntax is the same as [`strftime`](http://strftime.net).
Converts a timestamp into another date format. The format for this syntax is the same as [`strftime`](http://strftime.net). The input uses the same format as Ruby's [`Time.parse`](https://ruby-doc.org/stdlib/libdoc/time/rdoc/Time.html#method-c-parse).
<p class="code-label">Input</p>
```liquid