The unixtojd() function converts Unix timestamp to Julian Day Count.
Note: Unix timestamp indicates the number of seconds since midnight of January 1, 1970 (Gregorian Calendar).
Tip: Look at the jdtounix() function to convert Julian Day Count to Unix timestamp.
unixtojd(
timestamp);
Parameter | Description |
---|---|
timestamp | Optional. Specifies A unix timestamp to convert |
Return Value: | Returns the Julian Day number for a Unix timestamp (seconds since 1.1.1970), or for the current day if no timestamp is given |
---|---|
PHP Version: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!