[PHP] Re: Formatting time :/

2007-01-02 Thread Jo�o C�ndido de Souza Neto
By this way you´ll display in 24 hours format

echo date($date,Hhi);

By this way you´ll display in 12 hours format

echo date($date,hhi);

Hope help.

Steven Macintyre [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 Hi all,

 I am unable to find out how to do this ... or what the format is called
 bar zulu format

 I have standard 00:00:00 time stored ... and wish to display it as 00h00 
 ...
 has anyone done this with php ... can you point me to right page etc ...

 What is that format called?



 Kind Regards,


 Steven Macintyre
 http://steven.macintyre.name
 --

 http://www.friends4friends.co.za 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Formatting time :/

2007-01-02 Thread Jo�o C�ndido de Souza Neto
By this way you´ll display in 24 hours format

echo date($date,Hhi);

By this way you´ll display in 12 hours format

echo date($date,hhi);

Hope help.

Steven Macintyre [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 Hi all,

 I am unable to find out how to do this ... or what the format is called
 bar zulu format

 I have standard 00:00:00 time stored ... and wish to display it as 00h00 
 ...
 has anyone done this with php ... can you point me to right page etc ...

 What is that format called?



 Kind Regards,


 Steven Macintyre
 http://steven.macintyre.name
 --

 http://www.friends4friends.co.za 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php