Time not displaying correctly?

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sat Jan 27, 2007 8:33 am    Post subject: Time not displaying correctly? Reply with quote

I am making an error page for the server to send me an e-mail when and if a script breaks, here is the problem:

I have the varriable $time here is what it looks like
Code:

$time = time("g:i A");


Only, when i get the e-mail i get a load of numbers...... (i believe these are called unix time numbers, but im not sure........)

So what am i doing wrong?
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
pkSML
-


Joined: 29 May 2006
Posts: 955
Location: Michigan, USA

PostPosted: Sat Jan 27, 2007 2:10 pm    Post subject: Reply with quote

From the PHP manual:
Quote:
time -- Return current Unix timestamp

BTW, it has no arguments, so it can only be used as
Code:
time();

You want to use date instead.
Code:
$time = date("G:i A");

_________________
Stephen
Need a LitlURL?


http://CodeBin.yi.org
Back to top View user's profile Send private message Visit poster's website
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sat Jan 27, 2007 9:33 pm    Post subject: Reply with quote

LOL, sorry, iv never used time before in a script, thanks
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group