Текущее время и дата клиента:
<html>
<body>
<input type=button value="Show Time" onclick="alert(new Date())">
</body>
</html>