pull/14/head
cagataycivici 2019-07-09 12:37:22 +03:00
commit 93f3b6e79a
1 changed files with 3 additions and 1 deletions

View File

@ -1579,8 +1579,10 @@ export default {
let dayNo = 1;
let today = new Date();
let weekNumbers = [];
let monthRows = Math.ceil((daysLength + firstDay) / 7);
for (let i = 0; i < 6; i++) {
for (let i = 0; i < monthRows; i++) {
let week = [];
if (i == 0) {