I need to be notified when a user selects a new date from the native datepicker control in Google Chrome.
You need to be on Google Chrome 20+ to see the native datepicker control.
Some users were suggesting that in iOS5 the onBlur event is fired, but that does not seem to be the case with Chrome.
Chrome 24 fires the change event when the date has changed, even if the focus has not been moved from the textbox.
The change event seems to fire even if the date is manually changed by the user.