Quote:
Originally Posted by wilford brimley
i guess what I am asking, is the clock actually counting down from UTC or is it just using UTC layout?
|
Code:
// Initiate Countdown
jQuery(document).ready(function() {
$('#countdown').countDown({
targetDate: {
'day': 00,
'month': 00,
'year': 0000,
'hour': 00,
'min': 0,
'sec': 0,
// time set as UTC
'utc': true
}
});
});
UTC can be set as above if it isn't already using that format