Here I want output like below image I showed,first current time will display, next day that time will converted to date, exactly I want output below I showed image.
<div class="col-md-2 col-sm-2">
<?php echo date("F j ", strtotime($row->msg_sent_time)); ?>
</div>