I\'m trying to create a simple function which returns me a date with a certain number of subtracted days from now, so something like this but I dont know the date classes we
something like this:
function offset hours($hours) { return strtotime("+$hours hours"); }