CURRENT DATE DISPLAY ON STATUS BAR

<html>
<head>
<title>date formatetitle>
<script language="javascript">
var t=new Date();
var m=t.getMonth()+1;
var d=t.getDate();
var y=t.getFullYear();
window.status= d + " - " + m + " - " + y
script>
head>
<BODY>
<P>CURRENT DATE DISPLAY ON STATUS BAR
body>
html>




2 comments:

Unknown said...

date is not displayed and no status bar is there

Unknown said...

date is not displayed and no status bar is there

Post a Comment

Labels