mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Docs ja update 0127 [ci skip] (#13463)
* docs/guide-ja/intro-yii.md, docs/guide-ja/output-client-scripts.md updated [ci skip] * docs/guide-ja/output-data-providers.md and output-data-widgets.md updated [ci skip] * docs/guide-ja updates (WIP) [ci skip]
This commit is contained in:

committed by
Alexander Makarov

parent
1cc327f108
commit
015f14e374
@ -21,7 +21,7 @@ echo $formatter->asEmail('cebe@example.com');
|
||||
echo $formatter->asBoolean(true);
|
||||
// it also handles display of null values:
|
||||
|
||||
// 出力: (Not set)
|
||||
// 出力: (not set)
|
||||
echo $formatter->asDate(null);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user