stringToValue

open override fun stringToValue(text: String?): LocalDateTime(source)

Attempts to parse text to a LocalDateTime using a best guess to detect the date format used.

Throws

ParseException

if text could not be converted to a LocalDateTime