CrazyEngineers
  • 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
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • KenJackson

    MemberNov 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?
    Are you sure? This action cannot be undone.
    Cancel
  • praba230890

    MemberDec 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.
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberDec 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
    });
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register