What if you do something like this:
while(nodeIterator.hasNext()){
[b]Node node = nodeIterator.nextNode();[/b]
newsList.add(new ContentMap(node));
[b]System.out.println(node.getProperty('date').getDate()):[/b]
}
Do you get an output of your date then?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=42bbb54a-91e6-4fe3-8d5a-e1f7b6544fe8
----------------------------------------------------------------
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]>
----------------------------------------------------------------