Rxova
Skip to content

timePieces

function timePieces(
locale,
showSeconds,
hour12): TimePiece[];

The pieces of a time field for a locale, in display order.

Only hour, minute, second and dayPeriod survive; anything else the locale adds is dropped, because this component edits those and nothing else.

ParameterType
localestring | undefined
showSecondsboolean
hour12boolean

TimePiece[]