Перейти к основному содержимому

load_date

Description

Задает формат параметров запроса к серверу 'from', 'to' в случае динамической загрузки

load_date: string

Example

scheduler.config.load_date = "%Y.%m.%d";
scheduler.init('scheduler_here',new Date(2009,10,1),"month");

scheduler.setLoadMode("month");
scheduler.load("data/events.php");

Значение по умолчанию: "%Y-%m-%d"

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.