The init() method initializes the date picker using the specified properties.
DayPilot.DatePicker.init()This method has no parameters.
When DayPilot.DatePicker.resetTarget is true, init() writes the current DayPilot.DatePicker.date value to the linked DayPilot.DatePicker.target element.
const picker = new DayPilot.DatePicker({
target: "start",
date: "2026-03-10",
// ...
});
picker.init();