Skip to content

Date Format - English ordinal suffix not being output #16118

Open
@omzy

Description

@omzy

Yii version: 2.0.15.1
PHP version: 7.1
Operating system: Windows 10

The "English ordinal suffix" is not being output when specifying date format with the php: prefix.

Config as follows:

'formatter' => [
    'class' => 'yii\i18n\Formatter',
    'dateFormat' => 'php:D jS M Y',
],

<?php echo Yii::$app->formatter->asDate('2018-04-06'); ?>

Outputs: Fri 6 Apr 2018

Should output: Fri 6th Apr 2018

The application language is set to en-GB and I have the php-intl extension installed.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions