Skip to content

Commit b669229

Browse files
authored
simplify language around date parsing
1 parent b211fb6 commit b669229

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). 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.
6+
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).
77

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

0 commit comments

Comments
 (0)