浏览代码

[ZF-6597] Manual:

- Fixed misinterpreted info

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15501 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 年之前
父节点
当前提交
ce3ab9a83d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      documentation/manual/en/module_specs/Zend_Date-Constants.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Date-Constants.xml

@@ -900,14 +900,14 @@ print $date->toString("'Era:GGGG='GGGG, ' Date:yy.MMMM.dd'yy.MMMM.dd");
                     </row>
                     <row>
                         <entry>EE</entry>
-                        <entry>Day of the week, localized, abbreviated, two char</entry>
+                        <entry>Day of the week, localized, abbreviated, two or more chars</entry>
                         <entry>Zend_Date::WEEKDAY_NAME</entry>
                         <entry><emphasis>Mo</emphasis>
                         </entry>
                     </row>
                     <row>
                         <entry>EEE</entry>
-                        <entry>Day of the week, localized, abbreviated, three char</entry>
+                        <entry>Day of the week, localized, abbreviated, three chars</entry>
                         <entry>Zend_Date::WEEKDAY_SHORT</entry>
                         <entry><emphasis>Mon</emphasis>
                         </entry>