Localized date on frontend

Hello @ZeroEqualsZero

Sorry for the delay on this:

I think what you’re looking for can be accomplished with this NPM package:

With it, you can format dates and specify the locale to have the desired outcome, as such:

formatDate(date, 'YYYY, MMMM dddd DD', { locale: 'fr' })
// → 1984, Janvier Mercredi 18