mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:16:46 +00:00
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:
parent
b3f4cfe978
commit
439b972690
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user