Need Code for 'Countdown Timer'

dinubhati

dinubhati

@dinubhati-6pVsoU Oct 22, 2024
I want 'Countdown Timer' code for my project, and my project is about 'Online Examination'.
So please get me that code so that i can complete my project as soon as possible. 😀
Thanks 😀

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • KenJackson

    KenJackson

    @kenjackson-mBf7HF Nov 25, 2011

    What language are you programming in? C/C++? Java? Javascript?

    Is this a stand-alone application, i.e. a program that can be executed on a PC with no internet connection?

    Or will it be run on a web page? If so, what other code are you using? Raw html? drupal etc? jscript etc.?

    Are you counting down time or something else? If time, is this for a few seconds or days or years?
  • praba230890

    praba230890

    @praba230890-vPFAoQ Dec 3, 2011

    I recently had this code(JS file in attachment as .txt file) for a typical countdown timer. I think you could sort the remaining code out for the output.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 21, 2011

    You can activate the above code using:
    $('#countdownDiv').countdown({
    until: null, 
    since: null, 
    timezone: null, 
    serverSync: null, 
    format: 'd:H:M:S', 
    layout: '',
    compact: false,
    significant: 0, 
    description: '', 
    expiryUrl: '', 
    expiryText: '', 
    alwaysExpire: false, 
    onExpiry: null, 
    onTick: null,
    tickInterval: 1
    });