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