A
|
acpan 1/14/2020 |
Try below code.
|
P
|
PaulM author 1/15/2020 |
I am trying to insert a row into the calendar for which I need to add 1 hour for the EndTime. I've tried various ways of doing it but am now baffled. Can anyone help please? $sql="INSERT INTO calcalendar ( Datefield, Enddate, Timefield, EndTime, DayEvent, Subject, Description, OwnerID, Recurrence, Category ) values ( '$values[PV_date_visit_arranged]', '$values[PV_date_visit_arranged]', '$values[PV_time_visit_arranged]', '$values[PV_time_visit_arranged]->modify(+1 hour)', 0, '$values[PV_subject]', '$values[PV_description]', 'someone@gmail.com', 1, 0 )"; CustomQuery($sql);
|
A
|
acpan 1/15/2020 |
Now i am confused by your reply. Did you even try the suggestion? |
P
|
PaulM author 1/15/2020 |
Now i am confused by your reply. Did you even try the suggestion?
|