time
2.0.0-SNAPSHOT.121
time
/
io.spine.time
/
LocalDates
/
toString
to
String
public
static
String
toString
(
LocalDate
date
)
Converts a local date into ISO-8601 string with the format
yyyy-MM-dd
.
See also
parse(String)