Rxova
Skip to content

fromISO

function fromISO(value):
| TimeParts
| null;

Parse HH:mm or HH:mm:ss.

Anything else is null — including 2:30 PM, which is a display format. Accepting it would make the prop’s meaning depend on the locale.

ParameterType
valuestring

| TimeParts | null