octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
fix typo
移除多余的空格
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
5023b16466
commit
1b3ee0838d
octicon-diff(16/tw-mr-1) 1 changed files with 2 additions and 2 deletions
@@ -303,8 +303,8 @@ class Customer extends ActiveRecord
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
现在你的 PHP 代码中,你可以访问 `$ customer-> birthdayText`,
|
现在你的 PHP 代码中,你可以访问 `$customer->birthdayText`,
|
||||||
来以 `'YYYY/MM/DD'` 的格式输入和显示客户生日,而不是访问 `$ customer-> birthday`。
|
来以 `'YYYY/MM/DD'` 的格式输入和显示客户生日,而不是访问 `$customer->birthday`。
|
||||||
|
|
||||||
> Tip: 上述示例显示了以不同格式转换数据的通用方法。如果你正在使用
|
> Tip: 上述示例显示了以不同格式转换数据的通用方法。如果你正在使用
|
||||||
> 日期值,您可以使用 [DateValidator](tutorial-core-validators.md#date) 和 [[yii\jui\DatePicker|DatePicker]] 来操作,
|
> 日期值,您可以使用 [DateValidator](tutorial-core-validators.md#date) 和 [[yii\jui\DatePicker|DatePicker]] 来操作,
|
||||||
|
|||||||
Reference in New Issue
Block a user