C
|
cgphp 9/16/2013 |
In the "Before record added" event, add the following code: if(strtotime($values['Schedule_Date']) < strtotime("+5 days"))
|
D
|
dustinforehand author 9/16/2013 |
Christain Gile --- THANK YOU SO MUCH!!! I really appreciate it. In the "Before record added" event, add the following code: if(strtotime($values['Schedule_Date']) < strtotime("+5 days"))
|