Show dates of creation and last edit on public item/show

Hi, I was wondering is there a convenient way of displaying the dates that a record is created and last edited?

I am not sure if the metadata() function comes with this feature, or how else we can do that in a theme. Thanks for any comments in advance!

Hktang

I believe metadata('item','added') and metadata('item','modified') will do what you're looking for, though I've not tried it outside the admin theme.

Those will work just fine on both the admin and public sides.

Thank you Sheepeeh and John! It works :D