API Reference / @evolu/common / Type / DateIso
Variable: DateIso
const DateIso: TransformType<InstanceOfType<DateConstructor>, BrandType<Type<"String", string, string, StringError, string, StringError>, "DateIso", DateIsoStringError, StringError>, DateIsoStringError>;
Defined in: packages/common/src/Type.ts:1938
Transforms a Date into a DateIsoString string and vice versa.
Example
TODO: