Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看
SimpleDateFormat
。以下是对模式字符串的建议以及如何解析日期的说明:
在我的系统上打印:
Have a look at
SimpleDateFormat
.Here is a suggestion for a pattern string and an illustration on how to parse a date:
Prints on my system:
使用 java 的 OOTB DateFormat: 阅读更多...< /a>
格式将为
yyyy/MM/dd hh:mm:ss aa
use java's OOTB DateFormat: Read more...
The format would then be
yyyy/MM/dd hh:mm:ss aa