【发布时间】:2013-03-10 21:38:47
【问题描述】:
我有这个来自Date 对象的String:Mon Mar 25 00:00:00 IST 2013
String 表示的日期格式是什么?
【问题讨论】:
-
参考docs.oracle.com/javase/1.4.2/docs/api/java/text/… 并在发布问题之前自己尝试一下
-
请避免提出不代表您进行任何研究意图的问题。 What have you tried?
-
"EEE, MMM d, ''yy" 来自 [docs.oracle.com/javase/1.4.2/docs/api/java/text/…
-
你会在这个主题中找到你的答案 [stackoverflow.com/questions/6636375/… [1]: stackoverflow.com/questions/6636375/…
标签: java date simpledateformat