In the latest SP release (maybe it was prev verions too) my calendar footer has todays date, not the date i'm binding to the calendar.
This is all I'm defining
The selected date changes....footer doesn't though
This is all I'm defining
<span data-role="calendar" data-bind="value: selectedBlock.Start" disabled="disabled"></span> <span data-role="calendar" data-bind="value: selectedBlock.End" disabled="disabled"></span>