Hi,
I have a footer in which i want to show the date via jquery. I have done it via javascript but how to use jquery in that.
<script type="text/javascript">
var d=new Date();
document.write(d);
</script>
Any help is appreciated...
Thanks and Regards
Akiii