update formatting reference link (#19157)

This commit is contained in:
Ihor Sychevskyi
2022-01-11 08:48:42 +02:00
committed by GitHub
parent e68b7ae162
commit b71b6657c8
5 changed files with 5 additions and 5 deletions

View File

@ -302,7 +302,7 @@ You can also specify a custom pattern to format the date value:
echo \Yii::t('app', 'Today is {0,date,yyyy-MM-dd}', time());
```
[Formatting reference](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details).
[Formatting reference](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details).
#### Time <span id="time"></span>