Wallogit.com
2017 © Pedro Peláez
TimeSpanViewHelper for Fluid
This package serves a ViewHelper for the TYPO3 templating engine Fluid., (*1)
composer.json:"require": { "smichaelsen/fluid-viewhelper-timespan": "dev-master" }, (*2)
Resources/Private/Language/locallang.xlf to your TYPO3 extension (or merge the contents if you already have a locallang file) and adjust/translate the labels.No installation in the TYPO3 extension manager needed, because it is no TYPO3 extension!, (*3)
<html data-namespace-typo3-fluid="true" xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" xmlns:vhts="http://typo3.org/ns/Smichaelsen/FluidViewHelperTimespan/ViewHelpers">
User {user.name} registered {user.crdate -> vhts:timeSpan(limitUnits:'2')}.
</html>
Output is something like:, (*4)
User Sebastian registered 3 months 7 days ago., (*5)