On Wed, Dec 19, 2007 at 03:10:28PM +0100, Anke Wehner wrote:
> Hi there.
> 
> I'd like to save the page creation date in a Page Variable as a timestamp.
> 
> $FmtPV['$PageCreationDate'] = 'strftime($page["ctime"])';

Perhaps try:

   $FmtPV['$PageCreationTime'] = '$page["ctime"]';

Then in the markup one can do:

    {(ftime @$PageCreationTime)}

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to