Returns a date as a string value.
toDateString()
A string.
new Date("2023-03-06T12:13:14Z").toDateString()
"Mon Mar 06 2023"