Hello,
I’d like to change the first day of the week displayed in the mobile scheduler calendar from Monday to Sunday. Is there a way to do this?
Thanks!
Hello,
I’d like to change the first day of the week displayed in the mobile scheduler calendar from Monday to Sunday. Is there a way to do this?
Thanks!
Hello,
try the following
$$(“scheduler”).$$(“calendar”).define(“startOnMonday”,false);
$$(“scheduler”).$$(“formCalendar”).define(“startOnMonday”,false);