Results 1 to 3 of 3

Thread: Dynamic Countdown Script help needed

  1. #1
    Join Date
    Nov 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Countdown Script help needed

    Script Title:
    Dynamic Countdown Script Help

    Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlcount.htm

    Describe problem:
    Hi there. I tried using the above script on my website:

    http://www.omsa.org.nz

    It is at the bottom of the page. It shows, but it doesn't work. I get NaN values for all of the arguments. I do not know what I did wrong. Please help. I have attached the file/script which I had used. It was originally in .php format.

    Thanks a lot.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    When you define the date to count down, leave out the human suffix for the day portion (ie: 1st, 2nd, 3rd etc). So, the code at the end of your should be:

    Code:
    var futuredate=new cdtime("countdowncontainer", "January 1, 2007 00:00:00")

  3. #3
    Join Date
    Nov 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you

    Thank you very much. It works now. Thanks again!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •