Thank you Andrea. I will fire up the VMs for this project tomorrow
(after I get some sleep), and test out your suggestion.
However, the docs found at
http://docs.jquery.com/UI/Datepicker/datepicker#.22setDate.22dateendDate
(scroll to the bottom of the page), do not seem to indicate an object is
being used to pass the parameters. Are the docs not up to date? A
quick check of the author's documentation -
http://marcgrabanski.com/code/ui-datepicker/ - also does not shed any
light on this. I don't see any reference to setDate or getDate on that
page at all. (though I could just be missing it - it is 03:45am....)
Thanks again for the response.
Shawn
andrea varnier wrote:
On 15 Giu, 08:48, Shawn <[EMAIL PROTECTED]> wrote:
$("#criteriaStart").datepicker("setDate", sd);
$("#criteriaEnd").datepicker("setDate", ed);
I think you're missing curly brackets here:
$("#criteriaStart").datepicker({setDate: sd});