public override toString() as String:
Formats this value using TOML's local-date representation.
YYYY-MM-DD text.
YYYY-MM-DD
assert TOMLLocalDate(2026, 8, 10).toString() == "2026-08-10"