Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
System.out.println("Привет! Введи свою дату рождения!"); LocalDateTime local = LocalDateTime.parse("1987-03-07"); DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd/MM/YYYY"); Month month = local.getMonth(); System.out.println(clientBirthDay.getMonth()); System.out.println(clientBirthDay.getDayOfMonth()); if (clientBirthDay.getMonth() == Month.APRIL && Month.MARCH) { System.out.println("ДА! ПОЛУЧИЛОСЬ!"); }else{ System.out.println("F**K"); int[] clientBday = {01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,31};