Re: [PHP] convert unix time to Gregorian

2008-04-27 Thread Nathan Nobbe
On Sun, Apr 27, 2008 at 12:27 PM, Yui Hiroaki <[EMAIL PROTECTED]> wrote: > hi! > I am try to change unix time to Gregorian. > > I successfully convert unix time to Gregorian. > But Gregorian time is now showing hour and second and more detail time. > > $unix_timestamp="1208764059"; > echo "$unix_

[PHP] convert unix time to Gregorian

2008-04-27 Thread Yui Hiroaki
hi! I am try to change unix time to Gregorian. I successfully convert unix time to Gregorian. But Gregorian time is now showing hour and second and more detail time. "; $julius=unixtojd($unix_timestamp); $Gregorian=jdtogregorian("$julius"); echo "$Gregorian"; ?> Above code showing the result onl