2011-04-25, 07:04:29
To get a page's last saved date you have to:
That is, use 'pubdate', not 'pubDate' as you might expect.
Code:
returnPageField($slug,'pubdate');
That is, use 'pubdate', not 'pubDate' as you might expect.