Im currently trying to input values to a page through mechanize , but there are two date fields like
<td align="center"><script>DateInput('startDate', true, 'YYYY-MM-DD')</script> </td>
from the source "calendarDateInput.js"
How can i input my own values to this through mechanize?
Any help is appreciated. Thanks