SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.KOREA); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm", Locale.KOREA); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH", Locale.KOREA); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd", Locale.KOREA); // if need UTC format.setTimeZone(TimeZone.getTimeZone("UTC")); String time = format.format( new Date() );
댓글 없음:
댓글 쓰기