gpt4 book ai didi

datetime - 为什么 Coldfusion DateTime 返回奇怪的值?

转载 作者:行者123 更新时间:2023-12-04 23:06:13 26 4
gpt4 key购买 nike

我正在尝试使用 Coldfusion DateFormat 函数。有人可以告诉我,为什么要这样做:

 #DateFormat( now(), "YYYY-MM-DD HH:MM:SS")#

返回这个:
 2012-07-17 16:07:666

为什么是 666 毫秒?恶魔的东西???

最佳答案

DateFormat 不格式化时间。使用 TimeFormat 作为时间。

编辑 :

将此代码用于日期时间输出。

#dateFormat(now(),'YYYY-MM-DD')# #timeFormat(now(), 'HH:MM:SS')#

关于datetime - 为什么 Coldfusion DateTime 返回奇怪的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11525383/

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