Ticket #1306: date_period.xml.patch

File date_period.xml.patch, 506 bytes (added by Frank Mori Hess, 15 years ago)

patch to date_period.xml to add missing <entry> element.

  • date_period.xml

     
    116116            <entry>Add duration to both begin and end.</entry>
    117117          </row>
    118118          <row>
     119            <entry>
    119120              <screen>
    120121date_period dp(date(2005,Jan,2), days(2));
    121122dp.expand(days(1));
    122123// dp == 2005-Jan-01 to 2005-Jan-04
    123              </screen>
     124              </screen>
     125            </entry>
    124126          </row>
    125127
    126128        </tbody>