<?php

    $time = 1400;
    echo "The time is: ".date('h:i A', strtotime($time));

?>