16 Commits

Author SHA1 Message Date
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
9415c7921d date formatter fall back to PHP impl. to solve Y2K38 issue
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
On a 64bit system the intl formatter is used in all cases if installed.

fixes #5577
2015-01-10 18:27:35 +01:00
89875a105f docs/guide/output-formatter.md - revised [ci skip] 2014-12-17 22:46:14 +09:00
f8fa642983 Update output-formatter.md
Additional minor syntax changes.
2014-11-29 01:05:44 +03:00
333a493b74 Update output-formatter.md
MInor syntax changes.
2014-11-27 21:04:51 -03:00
8039026ae2 added Formatter::defaultTimeZone to allow non UTC-values in DB
fixes #5683
2014-11-20 13:18:34 +01:00
9854ee2152 Fixed typos [skip ci] 2014-11-17 15:27:43 +01:00
597dfd81e6 Update output-formatter.md 2014-11-01 20:11:21 +02:00
4054b2196f fixed broken links 2014-10-06 22:04:59 +02:00
01487aa13d added note about timezone database update to the guide
fixes #5128
2014-10-06 21:11:46 +02:00
dfd68954a5 finished guide on formatting 2014-10-06 20:48:44 +02:00
a9e91efe8f small fixes thoughout the guide 2014-10-01 00:31:51 +02:00
6267b9ee1a Fixed issue with timezone conversion in formatter
related to #5128
2014-09-30 02:15:45 +02:00
426e6c9f4c reword/structure of the i18n and formatter guide 2014-09-23 14:32:44 +02:00
0723f409ab finished the first structure of the guide on formatting 2014-09-10 19:24:14 +02:00
d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 2014-09-10 17:56:25 +02:00