使ってみたdate("F j, Y \a\t h:i a", strtotime($date));
しかし、これは生成しますMay 20, 2013 a 04:37 pm
私も試しdate("F j, Y \at\ h:i a", strtotime($date));
てみました
date("F j, Y \a\t\ h:i a", strtotime($date));
そしてそれはなりましたMay 20, 2013 a31 04:37 pm
私が作りたいのはこれですMay 20, 2013 at 04:37 pm
ありがとう!