Page 1 of 1

get datepicker value from a form

Posted: Sat Feb 08, 2014 3:57 pm
by 2fas2c

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


get datepicker value from a form

Posted: Sat Feb 08, 2014 4:11 pm
by Illya Stepanov

Hi -

Can you show the structure of your form?