gpt4 book ai didi

javascript - 保存后Extjs rowediting更改时间格式

转载 作者:行者123 更新时间:2023-11-29 15:42:52 26 4
gpt4 key购买 nike

这是我的代码

{
text: "Entrance Time",
dataIndex: "entrance_time",
id: "cl_absence_entrance_time",
editor: {
xtype: "timefield",
format: "H:i"
},
format: "H:i",
width: 200
}

但是结果是

Tue Jan 01 2008 07:00:00 GMT+0700 (WIT)

如何将其更改为 07:00 ?请帮我。谢谢

最佳答案

您可以设置渲染器来转换日期或只使用 DateColumn:

{
xtype: 'datecolumn',
format : "H:i"
// ...
}

关于javascript - 保存后Extjs rowediting更改时间格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16544629/

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