Код: Выделить всё
String dateActuelle = DateTimeFormatter.ofPattern("dd MMMM uuuu").format(LocalDate.now());
>
Подробнее здесь: https://stackoverflow.com/questions/690 ... -ofpattern
Код: Выделить всё
String dateActuelle = DateTimeFormatter.ofPattern("dd MMMM uuuu").format(LocalDate.now());