I was looking at this post, and it is close to what I need: http://stackoverflow.com/questions/1669165/php-how-to-count-60-days-from-the-add-date
Ancak, bu yazı, hesaplama geçerli tarihe 60 gün ekleyerek yapılır. Ne yapmam gereken bir değişken tarihe dayalı tarihini hesaplamak olduğunu (and not the current date).
Böyle bir şey:
$my_date = $some_row_from_a_database;
$date_plus_10_days = ???;
Herkes bunu nasıl biliyor?
Teşekkürler