![]() |
ruzgarajans author 7/15/2018 |
i want to do, // Before record added |
![]() |
ruzgarajans author 7/16/2018 |
I need a clue to get started.. |
![]() |
Sergey Kornilov admin 7/16/2018 |
Your idea is correct but your syntax is wrong. Googling "PHP add days to date" we end up on this page $kpidate = date("Y-m-d H:i:s", strtotime("$opendate + 120 minutes"));
$kpidate = date("Y-m-d H:i:s", strtotime($opendate." + 120 minutes")); |