formatCalendarDate = function (dateTime) { return moment.utc(dateTime).format(\'LLL\'); };
It displays: \"28 februari 2013 09:24\"
But
You can also use this format:
moment().format('ffffd, ll'); // Wed, Jan 4, 2017