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