We are planning on using the weather app on a client website, but our (Icelandic) date format is not supported when it comes to day of the month. The Icelandic date format would be “daynumber. monthname year” for example “20. febrúar 2023”.
We think it would be beneficial to have some way of allowing the user to select or even format their own date. A simple text box allowing us to put in the date format formula would be good (input could be something like “dd.mmmm yyyy”) but a dropdown with the different formats should not be hard to create.
According to Option: Change date format to dd. Month yyyy this has been implemented in the events calendar, so the functions have been written, just need to be implemented in the rest of the apps.