mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-24 02:44:25 +03:00
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,
|
||||
autoclose: true,
|
||||
format: 'yyyy-mm-dd',
|
||||
todayHighlight: true,
|
||||
weekStart: 1 // Monday
|
||||
});;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user