Schedule management
This commit is contained in:
@ -67,8 +67,6 @@
|
||||
}
|
||||
|
||||
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++) {
|
||||
|
Reference in New Issue
Block a user