I would like to ask in Highchart JS extension in Yii
how can you format the date?
'xAxis' => array(
'type'=>'date',
'dateTimeLabelFormats'=> array( // don't display the dummy year
'month' => '%e. %b',
),
),