gets the number of the week by ISO
var date1 = new Date(2013,11,12,8,35); var result = webix.Date.getISOWeek(date1); console.log(result); // -> 50