PHP Checking if the current date is before or after a set date April 30, 2023 by Tarik if( strtotime($database_date) > strtotime('now') ) { ...