/ 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(),
];
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                