请教:初学者照例用vf做的一个倒计时小程序
用vf做的一个小程序,但是运行起来不对,
未命名.rar
(10.16 KB)
代码如下:
public a,b,c
thisform.text1.value=int(({^2010/09/22 08:00:00am}-datetime())/(24/3600))
a=thisform.text1.value
thisform.text2.value=int((({^2010/09/22 08:00:00am}-datetime())-a*24*3600)/3600)
b=thisform.text2.value
thisform.text3.value=int((({^2010/09/22 08:00:00am}-datetime())-a*24*3600-b*3600)/60)
c=thisform.text3.value
thisform.text4.value=({^2010/09/22 08:00:00am}-datetime())-a*24*3600-b*3600-c*60