Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi forum,How do i check my field called current_time against the actual time.This code will be placed in the Add Page: Before record added.Thanks in advance Lisa
Hi,use standart strtotime() PHP function to parse your time field to Unix timestamp and then compare two timestamps.http://php.net/manual/en/function.strtotime.php