In Classic ASP you can use Time function of VbScript to get the current time of Server. You can also use the VbScript Time function at client side to get the current time on client's PC. But it is not recomended to use VbScript as client end script because only Internet Explorer supports VbScript.
See the sample below to understand the usage of VbScript Time function: