How to properly place Date in element on RSS feed

前端 未结 2 1917
轮回少年
轮回少年 2020-12-31 14:45

I\'m using RSS Graffitty to post RSS items to a facebook page.

The app told me the items were missing the publication date so I added this tag:

echo          


        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 15:01

    Just a hint: the -r switch in the php date function is the shorthand for the RFC 2822 format, which actually does yield a four digit year.

    See PHP Doc for reference.

提交回复
热议问题