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:
parent
1a908da06b
commit
bf39e26d6c
2 changed files with 3 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue