Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以以下格式在 Java 中创建时间戳:
Day Date Year Hour:Minutes:Seconds:MillieSeconds GMT
我试过了Date,但不可能。
Date
你应该使用SimpleDateFormat类。出于教育原因,我不会编写确切的代码。
SimpleDateFormat
您可以使用日历类。或者更好的是 - Joda-Time API。
http://joda-time.sourceforge.net/