get format(): string {
    if (this._format) return DATE_DISPLAY_FORMATS[this._format] || this._format;
    return defaultDisplayFormat(this.mode, this.type as DateTimeType, this.precision);
  }