gpt4 book ai didi

JQuery Datepicker 将值设置为纪元时间

转载 作者:行者123 更新时间:2023-12-03 22:47:16 25 4
gpt4 key购买 nike

我使用这样的数据选择器:

$('#startTime').datepicker("option", "dateFormat", 'yy-mm-dd ');

但是,当我想设置它时,我有一个 epoch time来 self 的服务器的值(自 1970 年 1 月 1 日标准基准时间以来的毫秒数)当我这样设置时,它只显示一个数字而不是像往常一样的日期,我该怎么做?

最佳答案

$('#startTime').datepicker("option", "dateFormat", '@');

@ 将格式设置为 UNIX 时间戳 -> http://docs.jquery.com/UI/Datepicker/formatDate
请注意:单位是毫秒秒,而不是秒

关于JQuery Datepicker 将值设置为纪元时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8289292/

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