A date in string representation or as a Date object. * can be used to indicate an undisclosed date part.
*
https://datatracker.ietf.org/doc/html/rfc6350#section-4
"2020-01-01""*-01-01"new Date("2020-01-01")
Generated using TypeDoc
A date in string representation or as a Date object.
*
can be used to indicate an undisclosed date part.See
https://datatracker.ietf.org/doc/html/rfc6350#section-4
Example