Package: effect
Module: Schema
Defines a schema that attempts to convert a string to a Date object using
the new Date constructor. This conversion is lenient, meaning it does not
reject strings that do not form valid dates (e.g., using new Date("Invalid
Date") results in a Date object, despite being invalid).
Signature
declare class DateFromString
Since v3.10.0