Time problem
-
I am having problems with the time settings. I am sure I did something wrong. This is an intranet site. When I put in time in shortcode it displays hour wrong. I take it that your using military time… but here is the script:
<script language=”javascript” type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘#7251-dashboard’).countDown({
targetDate: {
‘day’: 01,
‘month’: 01,
‘year’: 2014,
‘hour’: 07,
‘min’: 30,
‘sec’: 00,
‘localtime’: ’10/11/2013 14:44:48′,
‘mysqltime’: ‘2013-10-11 14:44:48’
},
style: ‘carbonlite’,
launchtarget: ‘countdown’,
omitWeeks: false });
});
</script>
Here is my short code:
[tminus t=”01.01.2014 07:30:00″ style=”carbonlite” before=”<p>Tobacco Free Workplace Countdown..</p>”/]My clock time is 17.28.SS. How may I correct?
Thanks,
- The topic ‘Time problem’ is closed to new replies.