My upcoming event is happening on
"endDate": "2014-11-30 01:00:00.0",
in JSON format. I want to display it as 30 Nov 2014.
I attempted to display it using:
{{ phone.endDate | date:'medium' }}
within an HTML document.
Unfortunately, it is still showing as 2014-11-30 01:00:00.0.