Jump to content

Theme© by Fisana
 

Photo
- - - - -

Kinnikuman Countdown


  • Please log in to reply
No replies to this topic

#1 Tortle

Tortle

    Nathan

  • Legends
  • 4763 posts
  • Gender:Male

Posted 23 August 2002 - 12:12 PM

Hey, gang! I added a countdown on my page for the debut of the Kinnikuman cartoon. You can check it out at:

http://www.newellsystems.com/muscle/

It's not really all that special. But I would like to know if the countdown is accurate in different time zones, so if a couple people could check it out I'd appreciate it! Also, here's the ASP code for it if you want to use it for your page. Just copy it (including <% and %>) and paste. Remember whatever page you have this on must be saved as ".asp" instead of ".html".

<%
kinnikudate=cdate("9/14/2002 09:30:00")
If Time()<=cDate("9:30:00 AM") then
Response.write Day(DateAdd("d", -Day(Now()), kinnikudate)) & " days, "
Else
Response.write Day(DateAdd("d", -Day(Now()), kinnikudate)) - 1 & " days, "
End if

Response.write Hour(DateAdd("h", -Hour(Now()), kinnikudate)) & " hours, "
Response.write Minute(DateAdd("n", -Minute(Now()), kinnikudate)) & " minutes, and "
Response.write Second(DateAdd("s", -Second(Now()), kinnikudate)) & " seconds."
%>
  • 0










Copyright © 2024 LittleRubberGuys.com