# File lib/jekyll/filters.rb, line 33
def
date_to_string
(
date
)
date
.
strftime
(
"%d %b %Y"
)
end