Using the todayBtn: true option. When the input field has a pre-existing value the todayBtn does not change the date.
Seems to work fine, to me.
todayBtn: true directs the button to only bring today into view, not select it. If you want the button to actually change the date selected, use todayBtn: "linked".
Most helpful comment
Seems to work fine, to me.
todayBtn: truedirects the button to only bring today into view, not select it. If you want the button to actually change the date selected, usetodayBtn: "linked".