while displaying data from database in my yii webapp i want to change the date format of my date column from yyyy-mm-dd to dd-mm-yyyy ..
code in my view for date of birth column.
<?php echo CHtml::encode($data->getAttributeLabel('Date Of Birth')); ?>
<?php echo CHtml::encode($data->dob); ?>