@ -948,11 +948,13 @@
console.log('data', i, now.getDay(), weekday, now, moment(now).format("D MMM"));
if(schedule[weekday]) {
options.push({
title: `${schedule[weekday]} (${this.weekdays[weekday]}, ${moment(now).format("D MMM")})`,
value: moment(now).format('YYYY-MM-DD')
});
}
console.log('options',options);