LonghornPHP 2026

Voting

: six plus three?
(Example: nine)

The Note You're Voting On

Anonymous
20 years ago
Its clearly stated that this function returns the Julian Day, not Julian Day + time.

If you want the time with it you will have to do something like:

$t=time();
$jd=unixtojd($t)+($t%60*60*24)/60*60*24;

<< Back to user notes page

To Top