<?php

$t = 1513782000;
$t2 = date("Hi" ,$t);

if($t2)
{
	print $t2 ;

}
else
{
	print "AAA";
}



?>