ParseInputAsAssociationTime

Function: parseInputAsAssociationTime()

[object Object]

Defined in: util/date.util.ts:141

Converts the value of an HTML date or datetime-local input back into a UTC instant, interpreting the wall-clock value as being in the association's configured timezone. This is the inverse of formatForInput/formatDateOnly.

Parameters

value?

[object Object]

The raw input value, e.g. "2026-08-01T10:00" or "2026-08-01".

Returns

[object Object]

The corresponding Date, or an invalid Date if value is empty/malformed.

On this page