PHP appears to use it's date function to get the server's date, not the local PC date unlike javascript.<br><br>Is there an EASY way to get the local date as surfers come from all over the world. I want to display an image based on the local date.<br><br>Which brings me to the 2nd part of my query. If I can get the local day of the month, how do I display an image in the format dayX.gif where X is the non trailing zeroes day of the month?