UNITS_date
к сведению
Эта функция доступна только в PRO-версии.
Description
Устанавливает дату, отображаемую в заголовке вида
UNITS_date: (date: Date) => string;
Parameters
date- (required) Date - дата, которую необходимо отформатировать
Returns
text- (string) - html-текст для отображения в scheduler
Example
scheduler.templates.unit_date = function(date){
return scheduler.templates.day_date(date);
};
Applicable views: Units view
Details
примечание
Для использования шаблона необходимо активировать плагин units.
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.