Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi allI would like to know how to update a character field with the month name of another date field every time the date field is updated / changed.Thanks
Here is an example of doing that in PHP. Assuming that date value is stored in $value variable here is how you can get the month name:
echo date("F",strtotime($value));