Hello,
I need to add the following to my before process on my edit page, because it needs to be displayed correct on the edit.
$values["event_time_start"] = strtotime($values["event_time_start"]);
$values["event_time_end"] = strtotime($values["event_time_end"]);
works fine on add and view, I just can't find the "code" needed to key this up.. I was trying..$_SESSION[$strTableName."_masterkey1"]; but that's not correct. any help would be appreciated.
Noel B.