執行 ❯
獲取您
自己的Java
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
public class Main { public static void main(String[] args) { long date = 1711638903488L; // Unix timestamp (number of milliseconds since January 1, 1970) // Time System.out.printf("%tl:%<tM %<tp%n", date); // Month and day System.out.printf("%tB %<te%n", date); // Full date representation System.out.printf("%tc%n", date); } }
下午3:15
3月28日
2024年3月28日 星期四 15:15:03 UTC