<?php $(function(){ //$('#countdown').countup(); $('#countdown').countdown({ since: new Date(2008, 11, 03, 10, 00, 00), format: 'YODHMS', description: '' }); }); ?>