Dear ANMMark,
I'll try to do this - although I'm not sure if I will manage to.
The data is entered through a hidden field. The script for entering the date is:
<input name="date_msg" type="hidden" id="date_msg" value="<?php echo date('Y/m/d'); ?>">
The date then is substracted from the table with the following script:
<?php echo $row_rsAnn['anDate']; ?>
I don't know if this helps

- I might not be explaining it properly.
It is really bugging me that I can't resolve it
Thanks in advance!