Browse Source

typo

tags/2.0.4
Carsten Brandt 10 years ago
parent
commit
43469d81b6
  1. 2
      docs/guide/db-active-record.md

2
docs/guide/db-active-record.md

@ -275,7 +275,7 @@ class Customer extends ActiveRecord
Now in your PHP code, instead of accessing `$customer->birthday`, you would access `$customer->birthdayText`, which
will allow you to input and display customer birthdays in the format of `'YYYY/MM/DD'`.
> Tipp: the above shows an easy approach to achieve data transformation in general. For date values Yii provides a better
> Tip: the above shows an easy approach to achieve data transformation in general. For date values Yii provides a better
> way using the [DateValidator](tutorial-core-validators.md#date) and a DatePicker widget, which is described in the
> [JUI Widgets section](widget-jui#datepicker-date-input).

Loading…
Cancel
Save