17. August 2012 10:52 by Henrik Stenbæk 0 Comments Set initial value in JQuery UI Datepicker 17. August 2012 10:52 by Henrik Stenbæk | 0 Comments Note to self: This seems to work - even with danish date formats: $(".datepicker").each(function() { $(this).datepicker('setDate', $(this).val()); }); http://jsfiddle.net/DDsBP/2/