gpt4 book ai didi

javascript - 将日期线数字转换为 QML 中的时间字符串

转载 作者:行者123 更新时间:2023-12-03 05:22:23 26 4
gpt4 key购买 nike

我有日期线数字,如何将这些数字转换为 qml 中的时间字符串?这是我尝试过但出现错误的方法,commitedDate 是 int 数字,它保存从纪元开始的毫秒数。

Text {
id: timeText
anchors.centerIn: parent
text: Date(committedDate).toTimeString()
color: "white"
}

错误是

qrc:/Conversation.qml:1940: TypeError: Property 'toTimeString' of object Sun Dec 25 11:08:45 2016 GMT+0330 is not a function

最佳答案

Qt 对象/命名空间中有日期格式选项:

Qt.formatDate()
Qt.formatDateTime()
Qt.formatTime()

例如

text: Qt.formatDateTime(Date(milliseconds), Qt.ISODate)

关于javascript - 将日期线数字转换为 QML 中的时间字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41319480/

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