Closed GoogleCodeExporter closed 9 years ago
Firstly, please don't ask the same question in multiple places!
Secondly, please provide a link to your code, without seeing the actual code
running I can just guess what the problem is...
My guess is that you are using the same ID for multiple elements on the page.
This is illegal HTML... You will need to give them unique IDs and you will need
to change the $('#start-date') and $('#end-date') selectors so that they point
at the relevant pairing... How you do this will depend on your markup but is
more of a general javascript query than a date-picker specific one - I
recommend asking on stackoverflow.com
Original comment by kelvin.l...@gmail.com
on 16 Jun 2014 at 1:08
Original issue reported on code.google.com by
prakashn...@gmail.com
on 15 Jun 2014 at 2:34Attachments: