I used a knockout.js templatescript to create a form that can be duplicated and deleted. The fiddle can be found here.
I editted the script with a litle help from SE
To change the date format, you can define a binding like this one:
data-bind='datepicker: beschikkingsdatum, datepickerOptions: {dateFormat: "dd/mm/yy"}, uniqueName: true'