Interface ITimepickerConfig

Index

Properties

Properties

optional public hourStep?: number

Number of hours to increase or decrease when using a button.

default

1

optional public meridians?: Array<string>

Meridian labels based on locale. To override you must supply an array like ['AM', 'PM'].

default

null

optional public minuteStep?: number

Number of minutes to increase or decrease when using a button.

default

1

optional public mousewheel?: boolean

Whether the user can scroll inside the hours & minutes input to increase or decrease it's values.

default

true

optional public readonlyInput?: boolean

Whether the user can type inside the hours & minutes input.

default

false

optional public showMeridian?: boolean

Whether to display 12H or 24H mode.

default

true