if (this.model.get('date_to')) {
        this.ui.date_to.val(DotLedger.Helpers.Format.queryDate(this.model.get('date_to')));
      }