feature/Defalut year

Hey Marko re your API Manager PR, if (!toDateField.val()) {
toDateField.val("2026-01-01T00:00"); } - if we set a default, please
make the year 2100.
This commit is contained in:
Marko Milić 2025-11-14 11:18:51 +01:00
parent b3f4cfe978
commit 439b972690

View File

@ -10,7 +10,7 @@ $(document).ready(function ($) {
fromDateField.val("2024-01-01T00:00");
}
if (!toDateField.val()) {
toDateField.val("2026-01-01T00:00");
toDateField.val("2100-01-01T00:00");
}
}