Date must be greater than

Hi,
I’m having a little on how to get PHP to check if the date is greater than something. I am storing my date as DateTime in mysql and I want the PHP to start a function if the current datetime is 240 hrs (10 days) greater than the one stored in my db. How should I go about doing this? Should I change the format on how I store my date? I’ve googled about it and can find little info about it.
Thanks