API模板week_scale_date本页内容week_scale_date Description 定义视图子标题中显示的日期 week_scale_date: (date: Date) => stringParameters date - (required) Date - 需要格式化的日期 Returns text - (string) - 用于在scheduler中渲染的html文本 Examplevar format = scheduler.date.date_to_str(scheduler.config.day_date);scheduler.templates.week_scale_date = function(date){ return format(date);};Applicable views: Week viewRelated 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.