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
Well, it's not :
{{ monthnumber|date:"M" }}
You should try this :
{{ datetimeobj|date:"M" }}