> When I run the following code to create a time stamp
> 
> $dDate := current date
> $hTime := current time
> $lTimeStamp := (($dDate - !01.01.1995!) * 86400) + $hTime
> 
> in A4D and in 4D, I get  difference of about 16000 for $lTimeStamp.
> 
> Any idea why?

I am not seeing this. I created a method in 4D, ran the code in Active4D and 
immediately called the method that runs the same code, and I get the same 
result. Is Active4D running on Client or Server?

In any case, why not use the Active4D timestamp commands?

Regards,

  Aparajita

_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to