toMMDDYY

fun LocalDate.toMMDDYY(): String

Formats this LocalDate as MM/DD/YY (two-digit year), e.g. "04/10/26".

Extension function on LocalDate.

Return

the formatted date string