JAVA 24小时制转成12小时制
?
SimpleDateFormat objSDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");String strCurrentTime = objSDateFormat.format(Date类型的时间);