I am trying to change the language of the date which is being set by moment.js. The default one is English, but I want to set the German language. These is what I tried:
With momentjs 2.8+, do the following:
moment.locale("de").format('LLL');
http://momentjs.com/docs/#/i18n/