Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Custom Date Formats in Mac OS Ventura

In Venturer there is now only one option for setting the date format.

Up to Mac OS Monterey it was possible to set multiple date formats (Short, medium, long and full). This was useful for various aspects of data entry and for the some purposes (e.g. spreadsheets) fundamental to correct data.

I have noticed that downloaded csv documents from one particular provider when opened in Excel (2016 - which no longer updates) are now no longer able to display dates correctly. This makes the program unusable. I am switching files to Numbers, but I have many years of data in excel files and it is still important to be able to update it accurately.


I note that other community members are having difficulty as a result of this change as well.

I have asked Apple to restore the ability to reset multiple date formats, but with no result.

Elizabeth Gutteridge’s MacBook Pro 16"

Posted on Apr 7, 2023 7:25 PM

Reply
Question marked as Best reply

Posted on Apr 8, 2023 2:37 PM

You can set the date format any way you'd like with this Terminal command:


defaults write NSGlobalDomain AppleICUDateFormatStrings -dict-add "1" "MM/dd/y"


You can change the MM/dd/y to any comgination you'd like.


Use       Key Format                         Example


Short 1 dd/MM/yy                 14/11/22

Medium 2 dd/MM/y                      14/11/2022

                  2      y/M/dd                            2022/11/14

Long     3 dd MMM y                 14 Nov 2022

Full         4 EEEE, dd MMMM y Monday, 14 November 2022


From: Custom Date Formats in Ventura


7 replies
Question marked as Best reply

Apr 8, 2023 2:37 PM in response to franzeli

You can set the date format any way you'd like with this Terminal command:


defaults write NSGlobalDomain AppleICUDateFormatStrings -dict-add "1" "MM/dd/y"


You can change the MM/dd/y to any comgination you'd like.


Use       Key Format                         Example


Short 1 dd/MM/yy                 14/11/22

Medium 2 dd/MM/y                      14/11/2022

                  2      y/M/dd                            2022/11/14

Long     3 dd MMM y                 14 Nov 2022

Full         4 EEEE, dd MMMM y Monday, 14 November 2022


From: Custom Date Formats in Ventura


Custom Date Formats in Mac OS Ventura

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.