Remove "Years" from a Date Formatted as Age
The following CSS is a solution to remove the year's text from a table with a date formatted as an age.
Step 1
Ensure your date field within your table is set to the format of "Age."
Step 2
Add the following code to the CSS tab of your page.
.tb-age-year-text {
display: none;
}
Original Community Post:
Date Calculations - Age of an asset - Community Discussions / How Do I - Tadabase Community