you may need this Date Variable with its function to mention what day this is.......... here are the function
<html>
<body>
<script type="text/javascript">
var d=new Date( );
document.write (d);
</script>
</body>
</html>
the result will be
Sat Feb 12 25 2012 23:01:09 GMT-0700 (GMT Standard Time)
surely its easy right try that
No comments:
Post a Comment