Want to change date format

Wanted to change the date format on print format jinja.

eg. 7-05-2021.

Convert this to 7 may 2021.

within a print format you can use something like

{{ frappe.utils.formatdate(doc.valid_till, "dd. MMMM yyyy") }}
3 Likes

Thank You @moe01325 For Solution. It Works Perfectly.

thank you sir its working.