Tuesday, May 19, 2015

Change first day of week in APEX 5.0 Calendar

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 Belgium we use Monday as first day of the week, whereas in the US they seem to use Sunday as start of the week in the calendar overview. I've been integrating Full Calendar before, so I knew that library had an option to set the first day of the week. You could either specify an option called firstDay and set that to 1, or you could change the language, and depending the language it would adjust the start day of the week.

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:

Unknown said...

Thanks!

I had to change the following attribute under the same section as well:

"Application Language Derived From" -> "Application Primary Language"

Unknown said...

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

Anonymous said...

Is it possible to start the week with Saturday?

Anonymous said...

I'm from italy, changing to en-gb the decimal point is . instead of ,

Werner