On Wed, 25 Apr 2007 22:20:16 +0100, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:

>
> Does the Date.format field get reference within the datepicker function or 
> does it get copied when the function is run initially.
>
> So...
>
> Date.format = FORMAT_1
>
> jQuery('#1').datepicker();
>
> Date.format = FORMAT_2
>
> jQuery("#2").datepicker();
>
>
> What will a date from #1 look like when it is opened and used down the 
> road...FORMAT_1 or FORMAT_2?

It will look like FORMAT_2

Reply via email to