Multiple Instances of DatePicker
Apart from the initial problems of template - blah, blah... but my real headache is the way the js code is setup...
1. the extension realised that there were multiple datepicker controls - but after some failed attempts landed up with datepicker_1, datepicker_5, 6, 7, 8, and 9 !
2. the code was replicated for each - including jquery and the css - pointless
3. Surely it would have been better to have the code look for datepicker_xxx?
4. Some datepicker controls out "there" have a display format and a storage format - that would be really neat...