$targetDate = #תאריך יעד לביצוע#; $currentDate = #תאריך נוכחי#;
if (strtotime($targetDate) < strtotime($currentDate)) { return 'TRUE'; } else { return 'FALSE'; }