Difference between #1 and #2 of
CjuiDatepicker

Revision #2 has been created by hiral darji on Mar 20, 2013, 8:47:24 AM with the memo:

set dynamic mindate to datepicker
« previous (#1)

Changes

Title unchanged

CjuiDatepicker

Category unchanged

Tips

Yii version unchanged

Tags unchanged

CJuiDatePicker, CJuiDatePicker

Content changed

If you have two datepicker in one form and you want that a date of from date shold be minimum date of todate then put following code in Cjuidatepicker widget options array:
 
 
 
```php 'onSelect'=>'js:function(selected) { $("#HostelRoomStatusMaster_room_status_master_end_date").datepicker("option","minDate",selected); }', ```
1 0
5 followers
Viewed: 11 424 times
Version: 1.1
Category: Tips
Written by: hiral darji
Last updated by: hiral darji
Created on: Mar 20, 2013
Last updated: 11 years ago
Update Article

Revisions

View all history