I want to show the current date on html page through javascript . I tried with it but it is showing currect date in eclips browser but not showing currect date in other browsers like Chrome, IE, Mozilla Firfox . Can you pls help me in this . . and my java script is like this. .
<script type="text/javascript">
<!--today=new Date();
document.write("Date:",today.getDate(),"/",today.getMonth()+1,"/",today.getYear());
-->
</script>