API reference / @evolu/common / Type / dateToDateIso
Function: dateToDateIso()
function dateToDateIso(value): Result<string & Brand<"DateIso">, DateIsoError>;
Defined in: packages/common/src/Type.ts:1081
Parameters
| Parameter | Type |
|---|---|
value | Date |
Returns
Result<string & Brand<"DateIso">, DateIsoError>