generate functionFri, 23 Dec 2022

php get unix timestamp of today at 00:00:00

function get_date_start($date) { return strtotime(date('Y-m-d 00:00:00', $date)); }

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