JQuery UI datepicker widget is not displaying the date correctly it looks like this:
the input code looks like this:
<input type="text" value="" name="DateTo" id="DateTo" class="hasDatepicker">
I add datepicker simply by calling $('#DateTo').datepicker();
Anyone have an idea why it does not display the dates correctly?