Hi all.
I would like to display records that have been modified in the last 24 hours in my connectivity table only.
Stored as mysql "datetime" yyyy-mm-dd hh:mm:ss. Rowname is "modified"
Any ideas?
Kind regards
I would like to display records that have been modified in the last 24 hours in my connectivity table only.
Stored as mysql "datetime" yyyy-mm-dd hh:mm:ss. Rowname is "modified"
Any ideas?
Kind regards
Hi morphz,
in the where conditions of the "read data":
in the where conditions of the "read data":
modified/>:<?php echo date('Y-m-d H:i:s', strtotime('-24 hours')); ?>Best regards
This topic is locked and no more replies can be posted.