I am using the following query to display a timestamp from a database:
<?php echo $testimonial->dated; ?>
this query displays the timestamp as follows: yyyy-mm-dd hh:mm:ss
I tried different date functions in order to display it in the format dd/mm/yyyy but did not have any luck with it, since I dont get how to correctly add this to the query mentioned above. Any idea on how to get this sorted? Thanks so much in advance :)