The showToday property (boolean) determines whether the section with a Today button is visible in the date picker.
DayPilot.DatePicker.showTodaytrue - displays the Today button section.
false - hides the Today button section.
trueSet this property to false when you want to hide the shortcut that jumps to the current day.
const picker = new DayPilot.DatePicker("dp", {
showToday: false
});