Index: date_class.xml
===================================================================
--- date_class.xml (revision 66828)
+++ date_class.xml (working copy)
@@ -336,13 +336,13 @@
- date end_of_month_day() const
+ date end_of_month() const
Returns the last day of the month for the date.
date d(2000,Feb,1);
//gets Feb 29 -- 2000 was leap year
-date eom = d.end_of_month_day();
+date eom = d.end_of_month();