注意时间格式:
SimpleDateFormat ss = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");//12小时制
SimpleDateFormat sdformat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");//24小时制
java类中SimpleDateFormat和 Calendar 常见的使用
原文:http://www.cnblogs.com/yxmfighting/p/7236312.html