edaterangepicker EDateRangePicker From Filament Group

  1. Introduction
  2. Usage
  3. Resources
  4. Change Log

Introduction

EDateRangePicker is a very simple widget that encapsulates the amazing Date Range Picker plugin developed by Filament Group.

The plugin worked with jquery.ui.v1.6 and jquery.v1.5.3 so I updated the plugin to work with latests versions of jquery.ui.v1.8 and jquery.v1.6 and also fixed some bugs on its logic to work with Yii.

So, remember that it is a modified version of the plugin and any feedback on its bugs will be highly appreciated.

![EDateRangePicker](http://www.yiiframework.com/extension/edaterangepicker/files/DateRangePicker.png "EDateRangePicker") I have created a GitHub repository for those willing to contribute on any of the extensions I created. Please, check the link at the bottom of this wiki.

Usage

The following code assumes that you have unzipped and extract the contents on your extensions folder.

<?php 
$this->widget('ext.EDateRangePicker',array(
	'id'=>'Filter_date',
	'name'=>'Filter[date]',
	'value'=>'10/02/2011',
	'options'=>array('arrows'=>true),
	'htmlOptions'=>array('class'=>'inputClass'),
	));
?>

Resources

Change Log

version 1.0.1
  • Initial Public Release
version 1.0.2
  • Fixed inclusion path (thanks jpablo78)
version 1.0.3
  • Enhanced the plugin to work with multiple instances (thanks jpablo78)
version 1.0.4
  • Enhanced the plugin with internationalization. Note that custom menu options require direct modification of the plugin javascript file (see its code).
version 1.0.5
  • Enhanced the plugin with collision detection (top/bottom/left)
4 0
18 followers
2 995 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Antonio Ramirez
Created on: Oct 24, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions