I have this script http://jsfiddle.net/Kj55E/6/
I am using datetimepicker plugin
I have following issue: exp_date minDate has to be begin_date + 1 . Everything works OK on first run. But after I change begin_date … minDate for exp_date don’t refresh… Please help
Thank you
Coscho
Instead of initiating with click, try putting all your logic in the onClose event of #begin_date
The end_date is being initiated on click…not on selection.