Actions
Feature #34085
closedShowing calcAge for date fields as label should be configurable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-02-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Hi,
i want to create a date range table.
This table can be filled from another table by inline feature.
The date range table only has 2 properties - startdate and enddate. These properties are evalueatued as date and a combination of both should displayed in ListView and when creating inline records.
Actually it will shown up as:
"22-02-12 (3 days), 24-02-12 (5..."
or
"02-01-12 (-48 days), 30-03-12 ..."
and so on.
It would be fine if i could configure to not show "(x days)".
This is done by class.t3lib_befunc.php near line 2431.
Cheers,
Daniel
Actions