Using International Dates

Comparing #2 with #3

Content

[...]
'yyyy-MM-dd'
),
'short',null
);
}
elseif ($column->dbType == 'datetime'
 || $column->dbType == 'timestamp')
{
$this->$columnName = Yii::app()->dateFormatter->formatDateTime(
[...]
}
}
return
trueparent::afterFind();
}
[...]
```php
Yii::app()->setLanguage($lang);
```