gpt4 book ai didi

java - 使用 Java 从 UNIX 时间戳转换为 "Today at: currentTime"

转载 作者:太空狗 更新时间:2023-10-29 15:34:06 25 4
gpt4 key购买 nike

我尝试将 UNIX 时间戳转换为今天的日期时间。

就像我有一个简单的 UNIX 时间戳,然后我想像这样转换它:

今天:theTimeFromMyTimestamp

有人对此有正确的解决方案吗?

提前致谢!

最佳答案

试试这个 DateFormat.getDateFormat(mContext).format(new Date(myTimestamp * 1000))

因为 new Date() 需要毫秒而不是秒,所以您必须乘以 1000

关于java - 使用 Java 从 UNIX 时间戳转换为 "Today at: currentTime",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3802950/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com