unixtojd: Unix time stamp to Julian calendar

$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 By using unix time stamp we can generate Julian date calendar or any other calendar.
unixtojd(time_stamp);
Time Stamp = 1711710881
Julian Day by using unixtojd() : 2460399 
Julian Day count to Unix timestamp
Calendar Functions
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here





    PHP video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer