<?php

// your code goes here

$format = 'd/M/Y\tH:i';
$format = str_replace('\t', "\t", $format);
echo date($format);
