Retrieve posted date

Permalink
From inside a theme, how can I use getVersionDateCreated() to retrieve the date of the page?

Thanks... I'm loving this CMS!

 
BrianJM replied on at Permalink Reply
Sorry, a page back I see almost the same question was answered (http://www.concrete5.org/community/forums/customizing_c5/displaying_page_author). I don't know how I missed it..

<?= $c->vObj->Version($c,  $cvID = "ACTIVE", $extended=true)->getVersionDateCreated() ?>