Can't get countdown to work with minutes
-
I am trying to use the shortcode in my header.php file. I can get it to work perfectly using the date like this:
<?php echo do_shortcode( ‘[flipclock date=”15 May 2017″ countdown=”true” name=”new” face=”minutes”]’ ) ?>
But when I try to add a time like this the flipclock just diplays as 00:00 :
<?php echo do_shortcode( ‘[flipclock date=”15 May 2017 14:00pm” countdown=”true” name=”new” face=”minutes”]’ ) ?>
Any ideas?
Thanks
Graham
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't get countdown to work with minutes’ is closed to new replies.