Add text between date and time - PHP

前端 未结 5 1501
我在风中等你
我在风中等你 2020-12-09 18:07

Is it possible to add text between date and time in PHP ?



This will create (07-06-2014 00:00)

5条回答
  •  春和景丽
    2020-12-09 18:39

    \a\t didn't work for me, instead \\a\\t works very well

    date("d-m-Y \\a\\t H:i");

提交回复
热议问题