change schedule Curriculum and own schedule
This commit is contained in:
@ -67,11 +67,12 @@
|
||||
}
|
||||
|
||||
export function monthFromList(list,month){
|
||||
console.log(month)
|
||||
console.log(list)
|
||||
const beginning = getFirstDay(month);
|
||||
const matrix = new Array(lastDateOfMonth(month))
|
||||
for (let i = 0; i < matrix.length; i++) {
|
||||
matrix[i] = [];
|
||||
|
||||
}
|
||||
for(let key in list){
|
||||
const temp = list[key];
|
||||
|
Reference in New Issue
Block a user