open fun setDateTimeFormatter(formatter: DateTimeFormatter): Unit
Set the formatter that will be used for objects representing date and time values.
This formatter will be used for LocalDateTime, ZonedDateTime and OffsetDateTime types. When specified, the dateTimeStyle and useIsoFormat properties will be ignored.
formatter - the formatter to use
See Also
#setDateFormatter#setTimeFormatter