C
|
cgphp 6/18/2013 |
Set the new field (or the alias field) as "Custom" and add the following code: $value = (time() - $data['logbook_date']) / (3600 * 24);
|
H
|
holdenslx author 6/22/2013 |
Set the new field (or the alias field) as "Custom" and add the following code: $value = (time() - $data['logbook_date']) / (3600 * 24);
|
C
|
cgphp 6/24/2013 |
You can learn more about Custom field here: http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm |