cola(function(model) {
model.set({
currentDate:new Date()
})
});
<c-datepicker bind="currentDate" inputType="time"></c-datepicker>
<span c-bind="formatDate(currentDate,'yyyy-MM-dd')"><span>
.ui.panel{
background-color:#fff;
}