if (isset($last_update_date) && strtotime($last_update_date) > strtotime($task_creation_date)) { return 1; } else { return 2; }