Rxova
Skip to content

fromISO

function fromISO(iso):
| DateParts
| null;

Parse YYYY-MM-DD. Anything else — including a real date in another format — is null.

ParameterType
isostring

| DateParts | null