Code Snippet posted by:
Akiii | Posted on: 7/28/2012 | Category:
JavaScript Codes | Views: 315 | Status:
[Member] |
Points: 40
|
Alert Moderator
If you want to get the date information in javascript :-
<script type="text/javascript">
var todaydate = new Date();
alert(todaydate);
</script>
Thanks and Regards
Akiii