C
|
cgphp 11/7/2011 |
In the Query tab, create an alias for one of the fields of your table: SELECT
$date_diff = time() - strtotime($data['added_date_field_name']); |
A
|
ahaat author 11/8/2011 |
In the Query tab, create an alias for one of the fields of your table: SELECT
$date_diff = time() - strtotime($data['added_date_field_name']);
|