Is there a way for me to set the date format once to 'dd/MM\yyyy' and then have jquery's ui datepicker use that date?
I don't want to set the date format everytime I use the datepicker.
I am getting the format from a server-side config setting, so I can output this on every page request to a js variable on the page.