Home › Forums › Back End › Time Greeting › Re: Time Greeting
June 16, 2010 at 4:23 pm
#78081
Member
If you use php, you will get the server time not the person’s local time (as eXo above me said). You can use javascript to get the person’s local time (or atleast the time they have on their computer) and render the page from there. A quick google search can give you the function for that.
-T