Added test fir now()
[ACL.git] / doc / date.xml
index 50a9579..6c983ff 100644 (file)
@@ -52,7 +52,7 @@ For this date object to be a proper calendar date, the month must be between
 </item>
 <item tag="date(unsigned day, string month, short year)">
 </item>
-<item tag="date(string s)">
+<item tag="date(String s)">
 </item>
 </description>
 </section>
@@ -62,7 +62,7 @@ For this date object to be a proper calendar date, the month must be between
 <description>
 <item tag="operator=(date &amp;d)">
 </item>
-<item tag="operator=(string &amp;s)">
+<item tag="operator=(String &amp;s)">
 Parse string s and extract a day, month and year if the string contains an actual date.
 </item>
 </description>
@@ -106,11 +106,11 @@ The relational operators are defined with obvious meanings:
 <section>
 <heading>Attributes</heading>
 <description>
-<item tag="unsigned day()">
+<item tag="unsigned Day()">
 </item>
-<item tag="unsigned month()">
+<item tag="unsigned Month()">
 </item>
-<item tag="short year()">
+<item tag="short Year()">
 </item>
 </description>
 </section>