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:
I am not sure what changed but importing the language file like this worked for me
import 'moment/src/locale/fr'; moment.locale('fr)
Notice the src in the import statement