get datepicker value from a form
Posted: Sat Feb 08, 2014 3:57 pm
I have a datepicker field dtDOB on the form. I am trying to get the value from the form on submit of a button on the form and the value is null.
var dob = $('div[dsid="dtDOB"]').val();
This is exactly the same syntax outlined in the user documentation.
Thanks