spring-framework / org.springframework.format.datetime / DateFormatter / setStylePattern

setStylePattern

open fun setStylePattern(stylePattern: String): Unit

Set the two character to use to format date values. The first character used for the date style, the second is for the time style. Supported characters are

Parameters

stylePattern - two characters from the set {"S", "M", "L", "F", "-"}

Since
3.2