When I am using date()
function do add certain number of days to date is working with:
date('d.m.Y', strtotime("+".round(5000)." days"))
but it is not working with:
date('d.m.Y', strtotime("+".round(7500)." days"))
Is there anyone who knows why, and how do I fix this?