/include/functions/phpのfunction formatTimestamp()に6桁表示用のフォーマットを追加。桁崩れしない6桁表示。
呼び出し方はformatTimestamp($arr[‘topic_time’],’c’)以上。
case 'c': $datestring = "ymd H:i"; break;
/include/functions/phpのfunction formatTimestamp()に6桁表示用のフォーマットを追加。桁崩れしない6桁表示。
呼び出し方はformatTimestamp($arr[‘topic_time’],’c’)以上。
case 'c': $datestring = "ymd H:i"; break;