|
dynamic server time
Hi all,
i am trying to display a dynamic Clock at my pages, i want to display the server's time. i could do this by simply writing
<%= FormatDateTime(Now, 3)%><%= FormatDateTime(Date, 1) %>
but this displays a static time.
i found another way for displaying dynamic time,in fact a VBScript code, but this gives me the client's time.
how can i display the server's time dynamically?
regards,
|