IT Community - Software Programming, Web Development and Technical Support

Countdown to the 17th of May - when I graduate

This is a discussion on Countdown to the 17th of May - when I graduate within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... Can anyone tell me how can i countdown to the 17th of May - when I graduate. Thanks in ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-16-2008, 08:35 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Countdown to the 17th of May - when I graduate

Hi all...


Can anyone tell me how can i countdown to the 17th of May - when I graduate.


Thanks in advance...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-16-2008, 08:36 PM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 237
Pvinothkumar is on a distinguished road
Default Re: Countdown to the 17th of May - when I graduate

Hi all...


<script language="JavaScript">
now = new Date();
// 4th javascript month is May
future = new Date(2000,04,17,now.getHours(),now.getMinutes(),no w.getSeconds());
aDay = 24*60*60*1000;
days = 0;
for (i=now.getTime(),n=future.getTime();i<n;i=i+aDay) {
aDate = new Date(i);
weekDay = aDate.getDay();
if (weekDay != 6 && weekDay != 0) days++;
}
if (days>0) document.write(days +' left to graduation');
else if (days==0) document.write('Graduation today!!!');
else document.write('Well, did you graduate?');
</script>


Thanks...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 09:27 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0