丘野 青の勉強めも。 自分用のめもなので、間違いがある可能性があります。また、情報が古くなっている場合がありますので、更新日にご注意ください。 AS400 as400 = new AS400("system", "id", "pw"); SystemValue systemValue = new SystemValue(as400, "QTIME"); Object odata = systemValue.getValue(); String time = new String(); if (odata instanceof Date) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd hh:mm:ss"); System.out.println("as400 : " + dateFormat.format(o