peter_anderson Posted April 19, 2009 Share Posted April 19, 2009 Hello again, Can anyone help me with this? I need to show a link to a forum between the below times: Monday through Friday from 6:00 AM to 10:00 PM (PST) Saturday and Sundays from 9:00 AM to 5:30 PM (PST) Is there a way for PHP to do this? Thanks Link to comment https://forums.phpfreaks.com/topic/154788-solved-change-content-depending-on-time/ Share on other sites More sharing options...
Maq Posted April 19, 2009 Share Posted April 19, 2009 You can perform a check to see if the current time is between these 2 intervals with the date function. Link to comment https://forums.phpfreaks.com/topic/154788-solved-change-content-depending-on-time/#findComment-813997 Share on other sites More sharing options...
peter_anderson Posted April 19, 2009 Author Share Posted April 19, 2009 You can perform a check to see if the current time is between these 2 intervals with the date function. Thanks! I'll do a script from there {resolved} Link to comment https://forums.phpfreaks.com/topic/154788-solved-change-content-depending-on-time/#findComment-814004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.