Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

Added a 'formatDateTime' Jinja filter to format incoming date times (Resolves #90) #91

Closed matthew-carroll closed 2 months ago

matthew-carroll commented 2 months ago

Added a 'formatDateTime' Jinja filter to format incoming date times (Resolves #90)

Example: {{ date | formatDateTime(to = "MMMM dd, yyyy") }}