Jump to content

Displaying day error


sandy1028

Recommended Posts

 

Hi,

 

I have a code below where I have to display the 24hours of time from teh current time.

 

THe week of the day is not displayed. When I print H:i:D the time is also changed.

Please help me regarding this

 

list($year,$month,$days,$hour,$minute,$second) = explode(':', date('Y:m:d:H:i:s'));

$minute = 20*(floor($minute/20));

$time_interval = array();
for($minutes=0; $minutes<=24*60; $minutes += 20)
{
    $time_interval[] =  date('H:i:D', mktime($hour,$minute-$minutes,$second,$day,$month,$year));
    

}

for($i=0;$i<=count($time_interval);$i++){
print $time_interval[$i]."\n";
}


Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.