标签:form oid sim 日期 日期格式 get stat vat orm
private static void myHandler() throws ParseException {
String dtime1 = "23/Apr/2019:04:08:00 +0800";
SimpleDateFormat sdf1 = new SimpleDateFormat("dd/MMM/yyyy:hh:mm:ss Z", Locale.US);
Date date = sdf1.parse(dtime1);
System.out.println(date.getHours());
}
dd/MMM/yyyy:hh:mm:ss +0800日期格式的转化
标签:form oid sim 日期 日期格式 get stat vat orm
原文地址:https://www.cnblogs.com/xiashiwendao/p/10777553.html