CjuiDatepicker

1 0
5
Viewed: 14 100 times
Version: Unknown (update)
Category: Tips
Written by: hiral darji hiral darji
Updated by: hiral darji hiral darji
Created: Mar 20, 2013
Updated: 13 years ago

You are viewing revision #2 of this wiki article.
This is the latest version of this article.
You may want to see the changes made in this revision.

« previous (#1)

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:

'onSelect'=>'js:function(selected) {
$("#HostelRoomStatusMaster_room_status_master_end_date").datepicker("option","minDate",selected);
				}',