Hello,
Please could anyone tell me how to get dateBox value.
if i try the following codes then all of them are returning empty strings:
alert($('#dtDateBox').val());
alert($('#dtDateBox').text());
alert(document.getElementById('dtDateBox').value);
I've initialized the dateBox as follows:
<INPUT type="text" id="dtDateBox" name="dtDateBox" class="easyui-datebox" style="width:150px"/>
Please could anybody tell me how to get only the text of the datebox which the user chose.
Thanks in advance.
Regards,
Darrel Viegas.