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_
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
2 matches
Mail list logo