/ Published in: PHP
In the model
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
use yii\behaviors\TimestampBehavior; public function behaviors() { return [ TimestampBehavior::className(), ]; }