Files
yii2/framework
Kartik Visweswaran 18b57af5ac Better date parsing and formatting including 32 bit support
Enhances `normalizeDateTimeValue` to return a DateTime object instead of a converted double value, that fails. The DateTime object input is supported by 32 bit, 64 bit, as well as the `IntlDateFormatter` to format all years. (including fixing of the Y2K38 bug). Fixes issue in #4989.

close #5000
2014-09-23 11:59:19 +02:00
..
2014-09-16 20:03:53 -04:00
2014-09-04 20:44:36 +04:00
2014-09-22 08:27:04 -04:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-09-16 19:48:52 +02:00
2014-07-30 00:21:31 +02:00
2014-09-19 11:43:55 -04:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2013-11-02 15:37:25 -04:00
2014-09-22 12:20:05 +02:00
2014-08-17 18:55:24 +04:00
2014-03-20 19:54:52 -04:00

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.