[TYPO3-mvc] How to convert UNIX timestamp to date?

Christian Kuhn lolli at schwarzbu.ch
Fri Mar 23 17:54:49 CET 2012


On 03/23/2012 02:17 PM, Oliver Salzburg wrote:
> I currently use the following markup:
> <f:link.action action="download" arguments="{id:download.uid}"
> title="{f:format.date(date:download.fileTime)}">something</f:link.action>

{f:format.date(date:'@{download.fileTime}')}

if download.fileTime is a timestamp.

Similar solved in 
https://review.typo3.org/#/c/9729/2/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html,unified


Regards
Christian


More information about the TYPO3-project-typo3v4mvc mailing list