[pmwiki-users] Date Created

Hans design at softflow.co.uk
Wed Apr 5 12:28:14 CDT 2006


Wednesday, April 5, 2006, 4:44:20 PM, Firefly wrote:
> Is there a pre defined date created variable? I cant seem to find it on the site.

Every page holds an unix timestamp for when it was
first created = $page["ctime"]
and when it was last modified = $page["time"].

so to add a page variable {$PageCreationDate} in the format yyyymmdd:

$FmtPV['$PageCreationDate'] = 'strftime("%Y%m%d", $page["ctime"])';



Best,
 Hans                           





More information about the pmwiki-users mailing list