Merge TagsFormattingdatedateThe date filter formats a date. {# the_date = "2016-11-28" #}{{ the_date|date("m/d/Y") }}{# outputs 11/28/2018 #}