Is it possible to add text between date and time in PHP ?
This will create (07-06-2014 00:00)
\a\t didn't work for me, instead \\a\\t works very well
\\a\\t
date("d-m-Y \\a\\t H:i");