v10.13.0
Convert a date to long format. Same with Jekyll date_to_long_string
filter.
Input
{{ site.time | date_to_long_string }}
Output
07 November 2008
Input
{{ site.time | date_to_long_string: "ordinal" }}
Output
7th November 2008
Note that JavaScript Date
has not timezone information, see date filter for details.