Replace # with the job number, as shown in the first column of the output of the jobs command.
Replace PID with the process ID of the job. If that fails, enter the following:
$date=10-12-2007;
$date1=14-07-2008;
$diff=Strtodate($date)-Strtodate($date1);
echo $diff;
Using mysql: "datediff($date, $date1)"