DateViewHelper
class DateViewHelper extends AbstractLocaleAwareViewHelper (View source)
Formats a \DateTime object.
= Examples =
{dateObject}
```
{dateObject}
```
+1 week 2 days 4 hours 2 seconds
```
@{someTimestamp}
```
{f:format.date(date: dateObject)}
```
{dateObject -> f:format.date()}
```
{dateObject -> f:format.date(localeFormatType: 'date', forceLocale: true)}
```
{dateObject -> f:format.date(forceLocale: 'de_DE')}
```
Properties
protected ControllerContext
$controllerContext
Controller Context to use
from
AbstractViewHelper
protected ObjectManagerInterface
$objectManager
from
AbstractViewHelper
protected LoggerInterface
$logger
from
AbstractViewHelper
protected Service
$localizationService
from
AbstractLocaleAwareViewHelper
protected bool
$escapeChildren
protected DatetimeFormatter
$datetimeFormatter
Methods
void
setRenderingContext(RenderingContextInterface $renderingContext)
No description
from
AbstractViewHelper
void
from
AbstractViewHelper
void
injectLogger(LoggerInterface $logger)
Injects the (system) logger based on PSR-3.
from
AbstractViewHelper
getLocale()
Get the locale to use for all locale specific functionality.
void
initializeArguments()
Initialize the arguments.
string
render()
Render the supplied DateTime object as a formatted date.
Details
void
setRenderingContext(RenderingContextInterface $renderingContext)
No description
void
injectObjectManager(ObjectManagerInterface $objectManager)
No description
void
injectLogger(LoggerInterface $logger)
Injects the (system) logger based on PSR-3.
bool
isEscapingInterceptorEnabled()
No description
__construct()
Constructor
injectLocalizationService(Service $localizationService)
No description
protected Locale
getLocale()
Get the locale to use for all locale specific functionality.
void
initializeArguments()
Initialize the arguments.
string
render()
Render the supplied DateTime object as a formatted date.