|
|
|
|
![]() ![]() |
Nov 8 2007, 08:24 AM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 11 Joined: 28-October 07 Member No.: 52,165 |
how to display date and time (gmt+8)? any help would be appreciated.
|
|
|
|
Nov 8 2007, 12:47 PM
Post
#2
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,993 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
the php manual might be handy for this.
http://docs.php.net/manual/en/function.date.php http://docs.php.net/manual/en/function.time.php There are many time and date functions available to you in php. Those links should get you started. |
|
|
|
Nov 9 2007, 08:37 AM
Post
#3
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 14-February 05 From: Oslo, Norway Member No.: 3,759 |
To display the date and time, follow the links posted by jlhaslip. If the server is located in another timezone, you will need to use date_default_timezone_set() to set another default timezone before you use time() and date(). More information about this function can be found at http://docs.php.net/manual/en/function.dat...imezone-set.php (click here to see a list of all supported timezones). Hope that helps
|
|
|
|
Nov 9 2007, 09:37 AM
Post
#4
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 11 Joined: 28-October 07 Member No.: 52,165 |
example please..
|
|
|
|
Nov 10 2007, 02:06 AM
Post
#5
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 290 Joined: 5-October 07 From: Random Places Member No.: 51,171 ![]() |
Ok, to do this the simple, but not fully accurate way use a code like this.
CODE <?php $date=date(D,F,J); echo $date; ?> There is a little code. |
|
|
|
Nov 11 2007, 11:35 PM
Post
#6
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 11 Joined: 28-October 07 Member No.: 52,165 |
thanks, I know it already
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 5th September 2008 - 06:19 AM |