P
Pan Yang Bin
Hi,
I using the following script to output 10 o'clock, the first two
return corrent result, and i also check the year, month, day, hour,
minute, second function they all return same result. but the third one
output false, can anyone tell me why this happen? thanx.
<%
response.write Date + 10 * 1 / 24
response.write ((Date + 8 * 1 / 24) + 2 * 1 / 24 )
response.write Date + 10 * 1 / 24 = ((Date + 8 * 1 / 24) + 2 * 1 /
24 )
%>
(i test it in both IIS6 and IIS5)
I using the following script to output 10 o'clock, the first two
return corrent result, and i also check the year, month, day, hour,
minute, second function they all return same result. but the third one
output false, can anyone tell me why this happen? thanx.
<%
response.write Date + 10 * 1 / 24
response.write ((Date + 8 * 1 / 24) + 2 * 1 / 24 )
response.write Date + 10 * 1 / 24 = ((Date + 8 * 1 / 24) + 2 * 1 /
24 )
%>
(i test it in both IIS6 and IIS5)