I have a number represented month and i want to replace it with month name, date filter not working:
{{ monthnumber|date:\"M\" }}
I want to pla
you should use :
{{ datetimeobj|date:"F" }}
read this