summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/date_helper.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
Spelling fixes in comment blocks and docs
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-2/+5
2015-05-02[ci skip] Fix timezones list in date helper docsAndrey Andreev1-1/+1
Close #3818
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda1-2/+2
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-02-02[ci skip] Fix #3515Andrey Andreev1-16/+16
2015-01-06Documentation updated.Peter Denk1-2/+2
Signed-off-by: Peter Denk <peter@skypay.se>
2014-02-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev1-0/+3
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month().
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev1-91/+90
2014-01-24[ci skip] Update Session library docsAndrey Andreev1-1/+1
2013-07-20Update Date helper docsDerek Jones1-241/+219
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-2/+2
2013-07-20Dropping unecessary php: directive to function definitions in user guideDerek Jones1-14/+14
2013-07-162.1.4 release related stuffAndrey Andreev1-1/+1
2013-07-15Fixing incorect references for time zonesAdwinTrave1-6/+6
2012-11-08Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpersAndrey Andreev1-185/+154
2012-10-05Remove an empty lineAndrey Andreev1-1/+1
2012-10-05Merge upstream branchAndrey Andreev1-130/+101
2012-07-04Deprecate Date helper standard_date()Andrey Andreev1-11/+18
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones1-107/+58
2012-06-22Added optional fourth parameter to timezone_menuMat Whitney1-12/+15
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance § 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels
2012-06-15Fix nice_date() documentationAndrey Andreev1-5/+7
2012-06-13Fixed some stuff in documentation.Iban Eguia1-3/+6
2012-06-12Changed the config parameter. The session's _get_time() function has also ↵Iban Eguia1-4/+2
changed.
2012-06-09Fixed timezone change in index.phpIban Eguia1-1/+2
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia1-60/+92
2012-05-02Merge upstream branchAndrey Andreev1-60/+92
2012-04-26Merge pull request #1004 from kwaanonline/developPhil Sturgeon1-60/+92
Date Helper documentation update
2012-03-27Added doccumentation for the new date helper.Iban Eguia1-8/+14
2012-03-20Merge upstream branchAndrey Andreev1-5/+8
2012-03-12updated docs & changelogRoger Herbert1-5/+8
2012-01-31- Updated timezone selete list to match function output.Kwaan Online1-60/+92
- Updated timezone reference to match function output. - Note some reference locations have been abridged so they fit the table format. A note has been added to this effect.
2012-01-11Added date_range() to the Date helperAndrey Andreev1-0/+24
2011-10-14Line Break for L165 Fumito Mizuno1-1/+2
$mysql = '20061124092345'; $unix = mysql_to_unix($mysql);
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+457