Hi Daniel, 
let me be more precise.

When I say "before", I refer to Magnolia from 3.6.0 to 4.4.11.
I never used 4.5, just jumped on the 5.0.1 train, skipping 4.5.x

>From a developer point of view, what is useful was: 
[code]
[#list nodes as node]
- ${node.title} - ${node.metaData.lastModified?string("dd-MM-yyyy")}
[/#list]
[/code]

what is NOT useful (and not efficient) is:
[code]
[#list nodes as node]
- ${cmsfn.asContentMap(node).title} - 
${model.toCalendar(cmsfn.metaData(node,"mgnl:lastModified"))?string("dd-MM-yyyy")}
[/#list]
[/code]

where [code]model.toCalendar[/code] is something I need to develop on my self 
in java.
And, I want to underline this, only to get a Date that is originally a Date in 
JCR!

In my honest opinion, FTL/JSP support should be improved in 5.1/5.2, with more 
efficient content wrappers..
And I just started to write few lines code!! :-)

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=fd8a7fd1-fda7-4099-8d4a-b24989bcbd0f


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to