gpt4 book ai didi

jqgrid - 在jqGrid中,如何将时间戳格式化为dd/mm/yyyy格式

转载 作者:行者123 更新时间:2023-12-04 11:43:00 27 4
gpt4 key购买 nike

我的应用程序将时间戳数据发送到 jqgrid (like "1268913728759").
现在我想将其格式化为 dd/mm/yyyy .

jqGrid我添加了以下行但它不起作用

{name:'testDate',index:'testDate', width:100, formatter:'date', formatoptions: {srcformat: 'ts',newformat:'d/m/Y'}}

最佳答案

这种情况下的正确设置应该是这样的:

formatter:'date', formatoptions: {srcformat: 'U', newformat:'d/m/Y'}
'U' 是 'Seconds since the Unix Epoch' 日期格式的格式字符。

关于jqgrid - 在jqGrid中,如何将时间戳格式化为dd/mm/yyyy格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8212008/

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