Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have a table called clients.In that table I have a field called Dischargewhich is a date field and another called 30_dayI need the 30_day field to equal the Dischargedate plus 1 monthThe Dischargedate will not be now()Suggestions?
Hi,use Before record added/Before record updated event on the Events tab for this purpose.Here is a sample:
$date1 = strtotime($values["Discharge"]);