sydatecolumn filter date column for gridview in Yii framework

image

¶

  1. Requirements
  2. Usage
  3. Resources

Filter date column widgets for gridview in Yii framework

Requirements ¶

(e.g. Yii 1.6 or above)

Usage ¶

go http://blog.yiibook.com/?p=452

'columns'=>array(
	...
	 
	        'title',
	        array(
	            'header'=>'creation_time',
	            'name'=>'creation_time',
	            'class'=>'SYDateColumn'
	        ),
	        array(
	            'header'=>'update_time',
	            'name'=>'update_time',
	            'filter'=>'single',
	            'class'=>'SYDateColumn'
	        ),
	        array(
	            'class'=>'CButtonColumn',
	        ),
	    ),

Resources ¶

http://blog.yiibook.com/?p=452

7 1
15 followers
1 581 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Date and Time
Developed by: netyum netyum
Created on: Apr 22, 2011
Last updated: 13 years ago

Downloads

show all