Hi just want to second that I dont really like the format provided by jQuery
as well maybe the php format will be great

but after all jQuery as done a great job

for the date restricting thing I have a sample which was actually provided
by jQuery ui in the old 1.6 sample code (not sure why the sample was removed
for later versions)

$("#from,#to").biDatepicker({
                beforeShow : function(input) {
                    return {
                        'minDate' : (input.id == #to?
$('#from').datepicker('getDate') : null),
                        'maxDate' : (input.id == #from ?
$('#to').datepicker('getDate') : null)
                    };
                }
            })

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to