Enable Sunday as the first weekday consistency

This is a minor point, but it would be nice if the Enable Sunday as the first weekday setting found at:

 

Admin > Settings > Language Settings > Settings > Enable Sunday as the first weekday

 

controlled not only if Sunday is the first day displayed in the Event Calendar, but also in the Calendar date picker popup for things like Event Start Date and End Date.

 

Thanks!

Quote · 14 Mar 2016

To make similar changes in popup calendar, make the following changes in inc/js/jquery.webForms.js:

                    $(this).datepicker({
                        firstDay: 0,
                        changeYear: true,

 

                    $(this).datetimepicker({
                        firstDay: 0,
                        changeYear: true,
Rules → http://www.boonex.com/terms
Quote · 14 Mar 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.