I am attempting to modify the format of days in the Date/month picker component. Currently, the list of days is displayed as "M,T,W,T,F,S,S", but I need it to be "Mo,Tu,We,Th,Fr,Sa,Su". In the API documentation for Vuetify, I noticed a parameter called "day-format" with a value of null (default). Can someone please clarify if it is possible to change this format of days?
For more information, refer to the Vuetify API documentation: https://vuetifyjs.com/en/components/date-pickers#date-month-pickers