Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
In my application I have a list view with a Time field. This is displayed always as h:m:s How can I change it to not display the seconds?
You can use 'View as' type 'Custom' and the following code:
value = FormatDateTime(value, 4)