解雇された人のソースコードを詳しく調べました。
int mysqlタイムスタンプから日をintとして選択する必要があります。
$ tempday = explode( '-'、$ row ['event_date']);
if(strpos($ tempday [2]、 '0')== 0)
$ myDay = substr($ tempday [2]、1,1);
他に
$ myDay = substr($ tempday [2]、0.2);