FormatDateOnly

Function: formatDateOnly()

[object Object]

Defined in: app/components/Activity/Edit/EditActivityForm/EditActivityForm.handlers.tsx:31

Truncates an ISO date string to a date-only format compatible with HTML date inputs.

Parameters

isoString?

[object Object]

The ISO date string.

Returns

[object Object]

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

On this page