diff options
author | darwinel <kmorssink@gmail.com> | 2014-02-11 17:34:57 +0100 |
---|---|---|
committer | darwinel <kmorssink@gmail.com> | 2014-02-11 17:34:57 +0100 |
commit | 871754af60251993d640981e107d2def5f2db396 (patch) | |
tree | 77037542125e2ab48c0eaa087eaa07d351740701 /user_guide_src/source/libraries/calendar.rst | |
parent | 3fcc3f6160ca7cd6fd30b3deb6f58d6a95c9c5e2 (diff) |
2013 > 2014
Update copyright notices from 2013 to 2014.
And update one calendar example in user_guide from year 2013/2014 to
2014/2015.
Diffstat (limited to 'user_guide_src/source/libraries/calendar.rst')
-rw-r--r-- | user_guide_src/source/libraries/calendar.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/calendar.rst b/user_guide_src/source/libraries/calendar.rst index 65a447a3d..2263aa404 100644 --- a/user_guide_src/source/libraries/calendar.rst +++ b/user_guide_src/source/libraries/calendar.rst @@ -248,14 +248,14 @@ Class Reference you submit 13 as the month, the year will increment and the month will become January:: - print_r($this->calendar->adjust_date(13, 2013)); + print_r($this->calendar->adjust_date(13, 2014)); outputs:: Array ( [month] => '01' - [year] => '2014' + [year] => '2015' ) .. method:: get_total_days($month, $year) |