sorry vincent this is the first time I'm using php help, so excuse if I mess up.... anyway hereby my request again..
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.