Jump to content

Php/Javascript unsure


Phpfr3ak

Recommended Posts

Just a selection of the code that's relevant basically its always showing as over 1 hour, even if its one minute i really cannot see why i want it to countdown to 55 of every hour but instead of being 1 minute for example it will say 61, any ideas from my code below?

 

<?php
$HourOn = date('G');
$MinuteOn = 55;
if($HourOn == $HourOn || $MinuteOn > $MinuteOn){
$HourOn = date('G') + 1;
$MinuteOn = 55;
} else {
$MinuteOn = 55;
$HourOn = date('G');
}
?>
dateFuture1 = new Date(<?php echo date('Y'); ?>,<?php echo date('m') - 1; ?>,<?php echo date('d'); ?>,<?php echo $HourOn;?>,<?php echo $MinuteOn; ?>,0);

Link to comment
https://forums.phpfreaks.com/topic/253548-phpjavascript-unsure/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.