update : 2015.11.03
php.shukuma.com

검색:
 
 
Convert Julian Day to Unix timestamp

jdtounix

(PHP 4, PHP 5, PHP 7)

jdtounixConvert Julian Day to Unix timestamp

설명

int jdtounix ( int $jday )

This 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).

인수

jday

A julian day number between 2440588 and 2465342.

반환값

The unix timestamp for the start of the given julian day.

참고

  • unixtojd() - Convert Unix timestamp to Julian Day