gpt4 book ai didi

java - 将 System.currentTimeMillis() 转换为当前可读时间

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

嘿 - 有没有办法使用 System.currentTimeMillis();将该数字转换为机器人中的基本输出 HH:MM?

我正在使用示例代码:

    Toast.makeText(this,
String.valueOf(System.currentTimeMillis()),
Toast.LENGTH_LONG).show();

输出自纪元以来的当前时间(以 MS 为单位)。必须有更好的方法来执行此操作,而不是转换那么大的数字并正确显示当前时间吗?

最佳答案

SimpleDateFormat timingFormat = new SimpleDateFormat("hh:mm");
timingFormat.format(new Date());

关于java - 将 System.currentTimeMillis() 转换为当前可读时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4187483/

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