Skip to content

Instantly share code, notes, and snippets.

@beatcode
Created June 10, 2015 12:08
Show Gist options
  • Save beatcode/11c467de00d6ef272c67 to your computer and use it in GitHub Desktop.
Save beatcode/11c467de00d6ef272c67 to your computer and use it in GitHub Desktop.
Yii Gridview Datum Format
[
'attribute'=>'Datum',
'label'=>'Termin',
/*'format'=>'date',//date,datetime, time*/
'format' => ['date', 'php:d.m.Y'],
'headerOptions' => ['width' => '130'],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment