<?php $date = '27-05-2016 15:30'; echo date('h:i A d-M-Y', strtotime($date)); //3:30 PM 27-May-2016
You have javascript disabled. You will not be able to edit any code.