formatCalendarDate = function (dateTime) { return moment.utc(dateTime).format(\'LLL\'); };
It displays: \"28 februari 2013 09:24\"
But
Try this:
moment.format().split("T")[0]