2 peachy
02-28-2003, 08:23 PM
looking for a code to update the current date on a website
|
Click to See Complete Forum and Search --> : Current Date 2 peachy 02-28-2003, 08:23 PM looking for a code to update the current date on a website khalidali63 02-28-2003, 08:45 PM To get the current date <script type="text/javascript"> var date = new Date(); document.write(date) </script> The above script will print current date. Cheers Khalid 2 peachy 02-28-2003, 08:52 PM thankyou very much webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |