Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,I have a date field named Date1(dd-mm-yyyy or yyyy-mm-dd)How Can I get this field in format MM-YYYY in List Page and Search Page. Example: 25-01-2012 ---> Jan-2012Thanks
Set it as "Custom" field (http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm) and enter the following code:
$value = date('M-Y',strtotime($value));