unixtojd: Unix time stamp to Julian calendar
By using
unix time stamp we can generate Julian date calendar or any other calendar.
unixtojd(time_stamp);
Here is an example.
$tt=time(); // time stamp of today.
echo "Time Stamp = $tt ";
$day_jd=unixtojd($tt);
echo "Julian Day by using unixtojd() : $day_jd ";
The output is here
Time Stamp = 1656649267
Julian Day by using unixtojd() : 2459761
Julian Day count to Unix timestamp →
← Calendar Functions
← Subscribe to our YouTube Channel here
This article is written by plus2net.com team.
https://www.plus2net.com
plus2net.com
▼ Calendar Functions & Scripts