-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
TwigTwig template processingTwig template processingTwig ExtensionMake those flowers reach the sunMake those flowers reach the sunenhancementNew feature or requestNew feature or request
Milestone
Description
What?
Yep, make dates human readable. This is a quick one. Will add with another open pull I have together.
Code is:
$validator = \EDTF\EdtfFactory::newValidator();
if ($validator->isValidEdtf($thestringcomingfromthetwigextensionargument)) {
$humanizer = \EDTF\EdtfFactory::newHumanizerForLanguage( '$len' ); // 'en'
return $humanizer->humanize($edtfValue)
}alliomeria
Metadata
Metadata
Labels
TwigTwig template processingTwig template processingTwig ExtensionMake those flowers reach the sunMake those flowers reach the sunenhancementNew feature or requestNew feature or request