Java SimpleDateFormat
볼빵빵오춘기
SimpleDateFormat 날짜와 시간을 다양한 형식으로 출력할 수 있게 해준다. 더보기 특정 형식으로 되어 있는 문자열에서 날짜와 시간을 뽑아낼 수도 있다. 더보기 예제 예제1 더보기 import java.util.*; import java.text.*; class Ex10_8 { public static void main(String[] args) { Date today = new Date(); SimpleDateFormat sdf1, sdf2, sdf3, sdf4; SimpleDateFormat sdf5, sdf6, sdf7, sdf8, sdf9; sdf1 = new SimpleDateFormat("yyyy-MM-dd"); sdf2 = new SimpleDateFormat("''yy년 MMM d..