PHP date and time, easiest way to do?
Ok, I need the easiest way possible to have a thing on my site that says Current Server time: [time] [date]
what is the easiest method for that? I also need it to be in GMT
1 Answer
see this method
echo \'Current Server time:\'.date(RDATE_FC822,$_SERVER[\"REQUEST_TIME\"]); and change the data format as you like Posted: MacOS 1 of 1 people found this answer helpful. Did you? Yes No |
© Advanced Web Core. All rights reserved