I have a Form that has a date field with the format dd/MM/yyyy.
The associated Template also has a Date field with the short date format: dd/MM/yyyy
When using the "Save to Repository service" the Form is created in the repository without a Template.
This issue is being caused by the Form having a "Bad field value [9017]".
If I use the date 10/10/2014 it works OK as this format fits both dd/MM/yyyy and MM/dd/yyyy.
However the date 28/10/2014 causes the error.
I have tried changing the Form and the Template (either and both) to MM/dd/yyyy but the problem persists.
Also, and I am not sure if this is related, the "{/dataset/_initiated_time}" variable produces the date format "8/25/2014 11:46:37 AM" which is MM/dd/yyyy.
Any help much appreciated.