{ return res.json() }) }"; public $getColor = "function (date, dates = null) { for (let contentDate of dates) { if (contentDate['dob'].substr(8, 2) == DateHelper.intToDate(date.getDate())) { return 'success'; } } }"; public $getHtmlContentForDate = 'function (content, date) { console.log(content) let flag = false let html = `
# | ФИО | Дата рождения | |
---|---|---|---|
${i} | ` html += `${model['fio']} | ` html += `${model['dob']} | ` html += `` html += ` |