java记录CST时间类型的字符串转换问题
摘要:
下列代码可以实现把Java的CST格式的时间字符串转为为Date对象和所需要的日期时间格式! String dateStr = "Wed Sep 16 11:26:23 CST 2009"; SimpleDateFormat sdf = new SimpleDateFormat("EEE MMM d 阅读全文
posted @ 2019-10-23 16:48 李得帅 阅读(963) 评论(0) 推荐(0)