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)); }

Want to kickstart your project?Use the new AI Studio to create your code