Skip to content

Commit b211fb6

Browse files
authored
add note about how date is parsed
Was previously unclear what formats would be accepted.
1 parent 16c38e3 commit b211fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filters/date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: date
33
description: Liquid filter that prints and formats dates.
44
---
55

6-
Converts a timestamp into another date format. The format for this syntax is the same as [`strftime`](http://strftime.net).
6+
Converts a timestamp into another date format. The format for this syntax is the same as [`strftime`](http://strftime.net). The input is parsed using Ruby's [`Time.parse`](https://ruby-doc.org/stdlib/libdoc/time/rdoc/Time.html#method-c-parse), so will accept any format accepted there.
77

88
<p class="code-label">Input</p>
99
```liquid

0 commit comments

Comments
 (0)