klyn.io.toml.TOMLLocalDate.toString
method
public override toString() as String:
Description

Formats this value using TOML's local-date representation.

Returns

YYYY-MM-DD text.

Example

assert TOMLLocalDate(2026, 8, 10).toString() == "2026-08-10"