Function addDayswithdate
This function will add days to the passed date and return the date
Parameters summary
mixed |
$date |
It can be Date(string) or UNIXTIME(int) |
integer |
$days |
Numbers of days to be added to the date |
Return value summary
string
|
$m_d Return new date after the days added |