[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 ..

[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 ..