The todayText property (string) sets the text of the Today button displayed by the date picker component.
DayPilot.DatePicker.todayTextstring - text shown on the Today button.
"Today"The property value is HTML-encoded automatically before it is displayed.
const picker = new DayPilot.DatePicker("dp", {
todayText: "Go to Today"
});