APEX 5.0 comes with a new calendar region, which is way nicer than the previous calendar in APEX. It has more features, looks better and is also responsive. Behind the scenes you'll see the calendar region is based on Full Calendar.
In APEX 5.0 I looked for that option, but there's not a specific attribute to set the first day of the week, instead it's based on the language of your application. If you go to Shared Components > Globalization Attributes by default it's set to en, which has Sunday as start of the week. If you set it to en-gb it will have Monday as start of the week.
I searched some time to find how to do it, so hopefully this post will help others to find it more easily. Thanks to Patrick for sharing the way it was implemented.
4 comments:
Thanks!
I had to change the following attribute under the same section as well:
"Application Language Derived From" -> "Application Primary Language"
Hi,
I'm from Belgium too and it did show Monday first by default. But I do have a problem that it shows the months and the autogenerated buttons in English. I am not the worksspace admin and the apex envirment language is English. Is there anyway I can change it to display them in Dutch?
Thanks,
Jorrit
Is it possible to start the week with Saturday?
I'm from italy, changing to en-gb the decimal point is . instead of ,
Werner
Post a Comment