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:
This one just works by auto detecting the current user location.
import moment from "moment/min/moment-with-locales"; // Then use it as you always do. moment(yourDate).format("MMMM Do YYYY, h:mm a")