select today's date as default for quality of life.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-14 18:08:30 -07:00
parent ec740089fe
commit 040cc6adf9

View File

@@ -128,7 +128,7 @@ function initDatePicker(input, futureOnly) {
endDate: "+0d",
format: getShortDatePattern().pattern,
autoclose: true
});
}).datepicker("setDate", "0"); //default to today for backward looking datepickers but not forward looking ones, this is intentional. ReminderModal's date is set in ReminderInput.cs
}
}