본문으로 건너뛰기

xml_date

경고

해당 속성은 더 이상 사용되지 않습니다.

Description

데이터 세트에서 데이터를 파싱하고 서버로 데이터를 보낼 때 사용되는 날짜 형식을 정의합니다

Example

gantt.config.xml_date="%Y-%m-%d %H:%i";
...
gantt.init("gantt_here");
gantt.load("../data/tasks.json");

Default value: "%d-%m-%Y %H:%i"

Details

노트

xml_date 속성은 더 이상 사용되지 않습니다. 대신 date_format를 사용하세요.

gantt.config.date_format = "%Y-%m-%d %H:%i";
...
gantt.init("gantt_here");
gantt.load("../data/tasks.json");

Change log

  • v6.2부터 더 이상 사용되지 않으며, v7.0에서 제거되었습니다.

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.