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
|
|
@ -1,4 +1,6 @@
|
|||
7.6.0
|
||||
- added an epochDate field to the template for CS RSS items. The ^D();
|
||||
macro can then format the epoch date.
|
||||
- fixed: actove admin console tab isn't highlighted
|
||||
- fixed: Folders are cached by the client too long for visitors
|
||||
- added variant id template variable to product variant loop
|
||||
|
|
|
|||
|
|
@ -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