Similar to dateTimeFormat , but used when only a date is displayed (e.g. when showTime === false or disabledTime === true ). Only numeric date formats are supported. dateFormat?: string |
A custom date/time format according the Angular date pipe (see https://angular.dev/api/common/DatePipe ). Only numeric date formats are supported. The format is used to render the time of a date-time criterion. If not specified, mediumTime is used if the showSeconds flag is true, otherwise shortTime as default. For the date-only case, 'shortDate' is used. dateTimeFormat?: string |
Defines the time is disabled when visible. Will also be updated on user change. Default is false . disabledTime?: boolean from disabledTime |
Text or translation key for the disabled disable time. Default is Ignore time . disabledTimeText?: TranslatableString from disabledTimeText |
Options to turn on date range selection. enableDateRange?: boolean from enableDateRange |
Text or translation key for the enabled disable time. Default is Consider time . enabledTimeText?: TranslatableString from enabledTimeText |
Consider time with minDate and maxDate enableTimeValidation?: boolean from enableTimeValidation |
Option to use two months view for date range picking. enableTwoMonthDateRange?: boolean from enableTwoMonthDateRange |
endTimeLabel?: string from endTimeLabel |
hideLabels?: boolean from hideLabels |
Configuration for hiding week numbers. Default is false . hideWeekNumbers?: boolean from hideWeekNumbers |
hoursAriaLabel?: string from hoursAriaLabel |
hoursLabel?: string from hoursLabel |
hoursPlaceholder?: string from hoursPlaceholder |
Hides disable time switch in the timepicker part and includes mandatory the time in the picker. mandatoryTime?: boolean from mandatoryTime |
Maximal (latest) selectable date. maxDate?: Date from maxDate |
meridians?: string [] from meridians |
meridiansAriaLabel?: string from meridiansAriaLabel |
meridiansLabel?: string from meridiansLabel |
millisecondsAriaLabel?: string from millisecondsAriaLabel |
millisecondsLabel?: string from millisecondsLabel |
millisecondsPlaceholder?: string from millisecondsPlaceholder |
Minimal (earliest) selectable date. minDate?: Date from minDate |
minutesAriaLabel?: string from minutesAriaLabel |
minutesLabel?: string from minutesLabel |
minutesPlaceholder?: string from minutesPlaceholder |
Only month and year are selectable. onlyMonthSelection?: boolean from onlyMonthSelection |
secondsAriaLabel?: string from secondsAriaLabel |
secondsLabel?: string from secondsLabel |
secondsPlaceholder?: string from secondsPlaceholder |
Defines the timepicker milliseconds visibility . Default is false . showMilliseconds?: boolean from showMilliseconds |
Defines the timepicker minutes visibility. Default is true . showMinutes?: boolean from showMinutes |
Defines the timepicker seconds visibility . Default is false . showSeconds?: boolean from showSeconds |
Defines the timepicker visibility. Default is false . showTime?: boolean from showTime |
startTimeLabel?: string from startTimeLabel |
Text or translation key for today button title. Default is Today . todayText?: TranslatableString from todayText |
Defines the starting day of the week. Default is monday . weekStartDay?: WeekStart from weekStartDay |