Search code examples
jqueryjquery-pluginscountdown

How to change the hour:minutes:seconds format in keith-wood plugin?


How to change the hour:minutes:seconds format in keith-wood plugin jquery countdown plugin


Solution

  • use layout option in the plugin

    $('#countbox').countdown({
    
    layout:'<b>{d<}{dn}:{d>}'+ 
        '{hn}: {mn} : {sn} </b>'
    
    });
    

    please refer http://keith-wood.name/countdownRef.html

    for two digit clock use {hnn},{mnn},{snn}