Customize date filter in the contact-summary in French format

I’d like to customize the date in the contact-summary in french format. How could I have the number before the month - example: mer.,27 oct.,2021 ?

image

1 Like

The date format can be set in the base_settings.json with this setting:

"date_format": "ddd, MMM Do, YYYY",

If you change it to ddd, Do MMM, YYYY, you can get the format you want.

It works perfectly - thanks!

1 Like