Create a string based on just the date parts of a FullDate.
CAUTION: this does not user locale setting. Prefer toLocaleString whenever possible.
Example output: '2023-12-05'
'2023-12-05'
Create a string based on just the date parts of a FullDate.
CAUTION: this does not user locale setting. Prefer toLocaleString whenever possible.
Example output:
'2023-12-05'