The following javascript codes will help you display time and date in real time

[script] <script type="text/javascript">
<!--
// Created by Irhodia Jonathan (http://mytechstore.ml)
var dateObj = new Date();
document.write(dateObj.toLocaleString());
// -->
</script>
[/script]

[text] <script type="text/javascript">
<!--
// Created by Irhodia Jonathan (http://mytechstore.ml)
var dateObj = new Date();
document.write(dateObj.toLocaleString());
// -->
</script>
[/text]

#tci;  #wcoders; #wcf;