
Brandon G. answered 12/03/20
Tutor
New to Wyzant
IT Professional with over 10 years of experience
One example:
<?php
$my_date = "";
$my_date='22-09-2008';
echo date("g:i a F j, Y ", strtotime($my_date)) . "";
?>