I get the follwing message from a date function....
Call to undefined function: gregoriantojd()
My code is as follows
$gettsdate = $myrow["timesheet_date"];
$jd = GregorianToJD($gettsdate);
My cases are correct but on the output is shows all lowercase.
Could this be the problem or is it something else.