time
2.0.0-SNAPSHOT.121
time
/
io.spine.time
/
YearMonths
/
toString
to
String
public
static
String
toString
(
YearMonth
value
)
Converts the passed value into a ISO-8601 year-month string, such as
"2018-06"
.
See also
parse(String)