API模板api_date本页内容api_date Description 设置 API 方法用于处理日期的日期格式。这样有助于正确解析传入的日期值。 api_date: (date: Date) => stringParameters date - (required) Date - 需要格式化的日期 Returns text - (string) - 用于在 scheduler 中渲染的 html 文本 Examplescheduler.templates.api_date = function(date){ return scheduler.date.str_to_date(scheduler.config.api_date);};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.