Java Hk.
1
●38
- 27-01-2021, 23:29:25Merhabalar hocam, şu şekilde bir kullanım var, istersen bunu deneyebilirsin:
Date date = new Date(); LocalDate localDate = date.toInstant().atZone(ZoneId.systemDefault()).toLocalDate(); int year = localDate.getYear(); int month = localDate.getMonthValue(); int day = localDate.getDayOfMonth();
Kaynak:https://stackoverflow.com/questions/...-gregorian-cal