Searched refs:afterLocalDateTime (Results 1 – 1 of 1) sorted by relevance
78 val afterLocalDateTime = in insertMonthSeparators() constant81 if (beforeLocalDateTime.getMonth() != afterLocalDateTime.getMonth()) { in insertMonthSeparators()85 if (afterLocalDateTime.getYear() != LocalDateTime.now().getYear()) "MMMM YYYY" in insertMonthSeparators()93 afterLocalDateTime.format(DateTimeFormatter.ofPattern(format)) in insertMonthSeparators()