예제 #1
0
 public function date($date)
 {
     $this->set('pubDate', rss::date($date));
     return $this;
 }