formatCalendarDate = function (dateTime) { return moment.utc(dateTime).format(\'LLL\'); };
It displays: \"28 februari 2013 09:24\"
But
format('LL')
Depending on what you're trying to do with it, format('LL') could do the trick. It produces something like this:
Moment().format('LL'); // => April 29, 2016