Rxova
Skip to content

datePieces

function datePieces(locale?): DatePiece[];

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

Only day, month and year survive; anything else the locale wants to add (an era, a weekday, a calendar name) is dropped, because this component edits three numbers and cannot edit those.

ParameterType
locale?string

DatePiece[]