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?
Hi,use custom format on the "View as" settings dialog on the Visual Editor tab.Here is a sample:
if ($value)$value = date("G:H",strtotime($value));