$('#cd-simple').countdown('2020/10/10', function(event) { var $this = $(this).html(event.strftime('' +'
'+ '
'+ '

%d

'+ '
'+ '

Days

'+ '
'+ '
'+ '
'+ '

%H

'+ '
'+ '

Hours

'+ '
'+ '
'+ '
'+ '

%M

'+ '
'+ '

Mins

'+ '
'+ '
'+ '
'+ '

%S

'+ '
'+ '

Sec

'+ '
')); }); $('#cd-circle').countdown('2020/10/10', function(event) { var $this = $(this).html(event.strftime('' +'
'+ '
'+ '

365

'+ '
'+ '

Days

'+ '
'+ '
'+ '
'+ '

%H

'+ '
'+ '

Hours

'+ '
'+ '
'+ '
'+ '

%M

'+ '
'+ '

Mins

'+ '
'+ '
'+ '
'+ '

%S

'+ '
'+ '

Sec

'+ '
')); });