I currently have a banner on my website that states: "we are available monday- friday 7am to 6pm est [call now]" I would like to use php to identify the time zone the user is in and display the banner on the page only if the user is on the website during our hours of opperation.
Essentially the banner will be used to prompt the user to make a phone call. The issue is that we dont want users to call when we are unavailable, and therefore would like to hide it from users in all time zones if they are on our site while we are closed.
Is it possible to get this done using php? I am not very experienced with this programing language and appreciate any help i can get.