본문으로 건너뛰기

xml_date

경고

이 기능은 더 이상 지원되지 않습니다.

Description

데이터 세트에서 데이터를 해석할 때 사용하는 날짜 형식을 정의합니다

xml_date: string

Details

xml_date 설정은 v5.2부터 더 이상 사용되지 않습니다. 대신 다음과 같이 date_format를 사용하세요:

scheduler.config.date_format = "%Y-%m-%d %H:%i";
...
scheduler.init('scheduler_here',new Date(2019,0,10),"week");
scheduler.load("/data/events");

Default value: %m/%d/%Y %H:%i

Change log

  • v5.2부터 deprecated
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.