Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Countdown Script Recommendations?
Old 02-22-2010, 04:48 PM Countdown Script Recommendations?
Skilled Talker

Posts: 90
Trades: 0
We are trying to implement a daily special with a countdown timer.

Does anyone have any recommendations for a good script displaying days, hours, minutes, and seconds?

Thanks,
Josh
Shadrach is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-01-2010, 01:00 PM Re: Countdown Script Recommendations?
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
You could simply build the script your self(this is just the basics):

HTML Code:
<script type="text/javascript">
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(month + "/" + day + "/" + year)
</script>
Then you just need to define when to end and every time the page refreshed the count down will get closer.
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Reply     « Reply to Countdown Script Recommendations?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18825 seconds with 12 queries