Estimated reading time: 0 minutes, 14 seconds
Problem: onchange event does not work/trigger when using a date picker
Solution: Put a call to the javascript in the onblur and onchange
Reason: The onchange is called when something is entered in the textbox and the onblur is called when the date picker is used.