Podręcznik PHP






jdtounix

(PHP 4, PHP 5)

jdtounix -- Convert Julian Day to Unix timestamp

Description

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

See also unixtojd().



zamki polskie


print 'dom jednorodzinny 1171501857' . "\n"; print 'dom pasywny 1171501731' . "\n"; print 'Żyrandole 1171501771' . "\n"; print 'szkolenie automotywacja 1171501634' . "\n"; print 'wykładziny dywanowe 1171501983' . "\n";