startOnMonday
defines whether weeks start on Monday.
boolean startOnMonday;
Example
var isMonday = webix.Date.startOnMonday;
if (isMonday){
webix.Date.startOnMonday = false;
}
Related samples
Details
The default value is 'false' (weeks start on Sunday).
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.