for example: the code below displays:
Sydney, Australia - Tuesday, 18 June 2002 11:35AM (based on the PHP date function).
Code: Select all
echo "Sydney, Australia - ".date("l, j F Y g:iA");Any assistance would be greatly appreciated.
- Andrew
Moderator: General Moderators
Code: Select all
echo "Sydney, Australia - ".date("l, j F Y g:iA");Code: Select all
<meta http-equiv="refresh" content="1">