FormatDateOnly

Function: formatDateOnly()

[object Object]

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

Formats an ISO date string for HTML date inputs (YYYY-MM-DD), rendered in the association's configured timezone so it matches what formatDate displays.

Parameters

isoString?

[object Object]

The ISO date string (e.g. from the API in UTC).

Returns

[object Object]

A string in the format "YYYY-MM-DD".

On this page