Skip to content

Commit a842b59

Browse files
author
Adam Hollett
authored
Merge pull request TheAlgorithms#1011 from afeld/patch-1
add note about how date is parsed
2 parents 16c38e3 + b669229 commit a842b59

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 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)