i have a field crdate (int11) and i want do save the time of day. I need a function to convert time-of-day to unixtime and update this field.
But please send me the phprunner code for before update event:
I have tried this:
$values["crdate"]=now();
$values["crdate"] = strtotime($values["now"]);
Regards Rainer