We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d1109 commit 7df3efdCopy full SHA for 7df3efd
Resources/Private/Fusion/Document/Post.fusion
@@ -27,7 +27,7 @@ prototype(Breadlesscode.Blog:Document.Post) < prototype(Neos.Neos:Page) {
27
createdBy = ${ author.label + ' • ' }
28
createdAt = Neos.Fusion:Tag {
29
tagName = 'time'
30
- content = ${Date.format(q(node).property('datePublished'), 'r')}
+ content = ${Date.formatCldr(q(node).property('datePublished'), 'E, dd. MMMM y H:mm:ss (zzzz)')}
31
}
32
33
content.@process.wrapInParagraph = ${ '<p>' + value + '</p>' }
0 commit comments