GcDateTimeDropDownPickerConfig インターフェイス
プロパティ
オプション dayFormat
dayFormat: (curDate: Date): string
オプション defaultDate
defaultDate: Date | null
オプション hasSeconds
hasSeconds: boolean
オプション maxDate
maxDate: Date | string | number | null
オプション minDate
minDate: Date | string | number | null
オプション monthFormat
monthFormat: (curDate: Date): string
オプション selectedValue
selectedValue: Date | null
オプション yearFormat
yearFormat: (curDate: Date): string
「日」をフォーマットするための関数を設定します。