Mmm or mmm instead of MM?Solved

Hello,

Requesting that either mmm or mmmm for the date formula be added. As it is, the month number is set to North American style, but I do have players from other countries where the day is first, and the month is second. Using mmm (abbreviated month) or mmmm (full month name) would alleviate any confusion.

Using either in the config file just puts "00" for the month.

Thank you for your time!

You mean D/M/Y instead of M/D/Y  yes ?
Have you tried changing config ?

"Date_Format": "MM/dd/yyyy HH:mm",​

I meant using the below code, for 12/23/2022, would put out Dec./23/2022 or December/23/2022. This way there would be no mistaking which is the day, and which is the month.

Thank you for your time!

"Date_Format": "MMM/dd/yyyy HH:mm",
or
"Date_Format": "MMMM/dd/yyyy HH:mm",
LEYhmuZlx8aNaX3.jpg GallorumRex

I meant using the below code, for 12/23/2022, would put out Dec./23/2022 or December/23/2022. This way there would be no mistaking which is the day, and which is the month.

Thank you for your time!

"Date_Format": "MMM/dd/yyyy HH:mm",
or
"Date_Format": "MMMM/dd/yyyy HH:mm",

No problem , just wanted to clarify it ,

LEYhmuZlx8aNaX3.jpg GallorumRex

I meant using the below code, for 12/23/2022, would put out Dec./23/2022 or December/23/2022. This way there would be no mistaking which is the day, and which is the month.

Thank you for your time!

"Date_Format": "MMM/dd/yyyy HH:mm",
or
"Date_Format": "MMMM/dd/yyyy HH:mm",

This works for me: "Date_Format": "MMMM/dd/yyyy HH:mm"

https://gyazo.com/6a272fce00975222031210b806051d20

Locked automatically