diff --git a/filters/date.md b/filters/date.md index c094c1f9..69be3ec3 100644 --- a/filters/date.md +++ b/filters/date.md @@ -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). 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. +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).
Input
```liquid