Briefing Zend Knowledge

Which of the following code syntaxes will you use to accomplish the task?

You want a formatted date for an RSS feed. Which of the following code syntaxes will you use to
accomplish the task?

A.
Zend_Date->RSS

B.
Zend_Date::RSSFEED

C.
$RSS= new Zend_RSS_Date()

D.
Zend_Date::RSS

Explanation: