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 Quote 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. Quote 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} Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.