Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Dear all,In visual editor How can I change the format of my date field (YYYY MM DD) into MMMM YYYY Example: 2009-05-25 = May 2009 and in french = Mai 2009Thanks
Hi,use custom format on the "View as" settings dialog on the Visual Editortab.Here is a sample:
$value = date("F Y",strtotime($value));