fix datepicker min date

This commit is contained in:
Yuri Kuznetsov
2025-01-22 16:51:47 +02:00
parent 52af8e27dd
commit bfcbbc4388
+1 -1
View File
@@ -310,7 +310,7 @@ class DateFieldView extends BaseFieldView {
const options = {
format: this.getDateTime().dateFormat,
weekStart: this.getDateTime().weekStart,
startDate: this.getStartDateForDatePicker() || this.getDateTime().toDisplayDate('1970-01-01'),
startDate: this.getStartDateForDatePicker(),
todayButton: this.getConfig().get('datepickerTodayButton') || false,
};