I want to convert the given julian date into normal date . how to do that in php ?
here is the one i have tried
$juliantime = 735315
$unixTime = jdtounix($juliantime );
but it returns false
Is there any way to convert this julian to normal date ?