본문 바로가기
Java

[java] ZonedDateTime 클래스

by 평범한kiki 2023. 5. 2.

ZonedDateTime 클래스는 오늘 날짜 확인 자바 1.8부터 사용가능

 

DateTimeFormatter format = DateTimeFormatter.ofPattern("yyyyMMdd");
ZonedDateTime current = ZonedDateTime.now();