Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hello,i have in table USERS field DAYOFBIRTH [date],what i want is to show in field called AGE [varchar] the age of userthanks phprunner 5.1 3177 trial
Hi,use Before record added/Before record updated events on the Events tab to calculate correct age.Here is just a sample:
$values["age_field"] = (strtotime("now")-strtotime($values["FieldName"]))/(606024*365);