get clipFormat(): string {
    if (this._clipFormat) return DATE_DISPLAY_FORMATS[this._clipFormat] || this._clipFormat;
    return defaultInputFormat(this.mode, this.type as DateTimeType, this.precision);
  }