toInstance.$element.on("dp.change", function (e) {
      fromInstance.dateTimePickerData.maxDate(e.date || false);
    });