Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
HelloIs there any way to set the date fields, so it is not typed a date greater than the current date.
I found the solution inhttp://xlinesoft.com/phprunner/docs/check_if_start_date_is_ealier_than_end_date.htmI need only compare my date field with the current date.as it would replace the field (end_data) by now() in the code below:if (toPHPTime ($ values ['start_date'])> toPHPTime ($ values ['end_date']))