Ticket #4845: date_class.2.diff

File date_class.2.diff, 726 bytes (added by Katie Chan, 12 years ago)

Patch to date_class.xml

  • date_class.xml

     
    336336          <entry><screen></screen></entry>
    337337        </row>
    338338        <row>
    339           <entry valign="top" morerows="1"><screen>date end_of_month_day() const</screen></entry>
     339          <entry valign="top" morerows="1"><screen>date end_of_month() const</screen></entry>
    340340          <entry>Returns the last day of the month for the date.</entry>
    341341        </row>
    342342        <row>
    343343          <entry><screen>date d(2000,Feb,1);
    344344//gets Feb 29 -- 2000 was leap year
    345 date eom = d.end_of_month_day();</screen></entry>
     345date eom = d.end_of_month();</screen></entry>
    346346        </row>
    347347      </tbody>
    348348    </tgroup>