imp: web: add form: highlight today in date picker
This commit is contained in:
parent
3b2999ee29
commit
473082f782
@ -13,6 +13,7 @@ $(document).ready(function() {
|
|||||||
showOnFocus: false,
|
showOnFocus: false,
|
||||||
autoclose: true,
|
autoclose: true,
|
||||||
format: 'yyyy-mm-dd',
|
format: 'yyyy-mm-dd',
|
||||||
|
todayHighlight: true,
|
||||||
weekStart: 1 // Monday
|
weekStart: 1 // Monday
|
||||||
});;
|
});;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user