vova07 / yii2-start

Yii2-Start application
Other
273 stars 115 forks source link

Invalid date format on blog creation #82

Closed digitlou closed 9 years ago

digitlou commented 9 years ago

While trying to create a first post on blog, Created at (selected by calendar or manual) 28.10.2014 The format of Created at is invalid. common/main.config 'formatter' => [ 'dateFormat' => 'dd.MM.y', 'datetimeFormat' => 'HH:mm:ss dd.MM.y' ],

vova07 commented 9 years ago

Fixed: https://github.com/vova07/yii2-start-blogs-module/commit/bb24a1adc3c8a611286f6ccfadfc357680c156c5 Just run composer update to get new version. Thanks!