本文介绍了请告诉我有关cdate功能的疑问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





有人可以告诉我这个

formatdatetime的输出是什么(cdate(dtaETA) - 2, 2)& 12:00 PM



这是来自经典asp页面的代码这里dtaETA是我们作为变量传递的日期





提前致谢



我的尝试:



formatdatetime(cdate(dtaETA) - 2,2)& 12:00 PM

Hi,

Can anybody please tell me what will be the output for this
formatdatetime(cdate(dtaETA) - 2,2) & " 12:00 PM"

this is the code from classic asp page here "dtaETA" is the date that we are passing as variable for this


Thanks in advance

What I have tried:

formatdatetime(cdate(dtaETA) - 2,2) & " 12:00 PM"

推荐答案


这篇关于请告诉我有关cdate功能的疑问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 08:16