0
내 날짜 형식이 yyyyMMddHHmm이고이 날짜 형식에서 년, 월, 일을 추출하고 1255를 HHmm으로 추가하여 새로운 날짜를 만들려면 에 대해 joda date를 사용하고 있습니다. 시각. 패드가 0에서 1 자릿수로 분 단위로 작성
String date = (Integer.toString(orderDate.getYear()) + Integer.toString(orderDate.getMonthOfYear()) + Integer.toString(orderDate.getDayOfMonth()) + "1259");
orderDate = DateTimeFormat.forPattern(DATE_FORMAT).withZone(DateTimeZone.forTimeZone(TimeZone.getTimeZone(date1TimeZone))).parseDateTime(String.valueOf(date));
그러나
하여orderDate
이 될 일 경우 201,611,051,212 내가 무엇입니까 결과가 달의 값은 내가 05으로 원하는 5 클록 입력에 대한 형식 지정이되어있다 즉 20161151259입니까?