Remove "Years" from a Date Formatted as Age
Please note that this is now available as a plugin for easier installation. While you can use this document as a reference, the recommended method to add this functionality is through the plugin installation wizard. Learn more about plugins here.
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
We'd love to hear your feedback.