imp: web: add form: highlight today in date picker

This commit is contained in:
Simon Michael 2022-08-27 12:12:14 +01:00
parent 3b2999ee29
commit 473082f782

View File

@ -13,6 +13,7 @@ $(document).ready(function() {
showOnFocus: false,
autoclose: true,
format: 'yyyy-mm-dd',
todayHighlight: true,
weekStart: 1 // Monday
});;