specifies the label for the column with weeks numbers
webix.ui({
container:"box",
view:"calendar",
weekNumber:true,
calendarWeekHeader:"W/"
});
The parameter has sense only when the weekNumber parameter is set to true.
The default value is 'W#'.