I m in need of adding a defined value to the date() function.
I just want to add 2 more days with the date() function.
suppose date("Y-m-d H:i:s"); //2014-06-12 05:38:50
I just want to add 2 more days with the day value which is 12 on above example.
can anyone help ?
Asked
Active
Viewed 71 times
-1

msahed0
- 15
- 4
-
that example was only for date. I need this to add with the time H i s. – msahed0 Jun 12 '14 at 05:55