generate functionMon, 05 Dec 2022

change datetime time to 23:59:59

function end_of_day($time) { return date('Y-m-d 23:59:59', strtotime($time)); }

Questions about programming?Chat with your personal AI assistant