Drupal Views 的 RSS 的 RFC2822

Posted by on | |


在Drupal中要自訂産生的rss內容時,需要有個“日期”,而且日期格式為 RFC2822
在此紀錄一下相關資料,免得又忘了!

RFC2822 format string :
D, d M Y H:i:s O

php date format string 說明:
http://us2.php.net/manual/en/function.date.php

php 相關的function:
date(DateTime::RFC2822)
date_parse_from_format

0 意見: