Published onTuesday, March 15, 2016How To Generate Today Unix Timestamp in PHPAuthorsNameAshik NesinTwitter@AshikNesinHere's little snippet on how to do it$today_start_ts = strtotime(date('Y-m-d', time()). '00:00:00'); echo $today_start_ts; Load Comments