localizedMonth

fun DateTimeParserBuilder.localizedMonth(styles: Set<TextStyle>)

Parse a month from its textual representation in any of the specified styles.

The result will be associated with DateTimeField.MONTH_OF_YEAR.

fun DateTimeParserBuilder.localizedMonth(style: TextStyle)

Parse a month from its textual representation in a specific style.

The result will be associated with DateTimeField.MONTH_OF_YEAR.