Query: jdtounix
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JDTOUNIX(3) 1 JDTOUNIX(3) jdtounix - Convert Julian Day to Unix timestampSYNOPSISint jdtounix (int $jday)DESCRIPTIONThis function will return a Unix timestamp corresponding to the Julian Day given in $jday or FALSE if $jday is not inside the Unix epoch (Gregorian years between 1970 and 2037 or 2440588 <= $jday <= 2465342 ). The time returned is localtime (and not GMT).PARAMETERSo $jday - A julian day number between 2440588 and 2465342.RETURN VALUESThe unix timestamp for the start of the given julian day.SEE ALSOunixtojd(3). PHP Documentation Group JDTOUNIX(3)
Related Man Pages |
---|
microtime(3) - php |
strtotime(3) - php |
gmdate(3) - php |
gmmktime(3) - php |
localtime(3) - php |