add the epochDate field to the CS RSS template. now users can use ^D(); to

create a custom date format.
This commit is contained in:
Chris Nehren 2008-09-22 17:37:52 +00:00
parent 1a908da06b
commit bf39e26d6c
2 changed files with 3 additions and 0 deletions

View file

@ -885,6 +885,7 @@ SQL
'link' => $postUrl,
guid => $postUrl,
description => $post->get('synopsis'),
epochDate => $post->get('creationDate'),
pubDate => $datetime->epochToMail($post->get('creationDate')),
attachmentLoop => $attachmentLoop,
userDefined1 => $post->get("userDefined1"),