I followed this video (Submit part of a form to a separate SharePoint Library - October 17, 2013 Webinar):
http://www.youtube.com/watch?v=11PH0NOZ7sc&list=PL581899A129522F53
I have a form that I need to submit a bunch of the fields to a different form. The webinar above was exactly what I needed. I have it creating the form now by filling out the secondary data source of the other form. One of the fields it is supplying a value to on the other form is a date field though. When I look at the secondary datasource for this other form I see the "StartDate" field but it's defined as a string and I cannot change it any way. Attached is an image of what I am trying to explain:

The SubmitToSharePoint populates the required field with the date but its in a string format so when you open the new form, the date is unresolved.

Is it possible to populate that date field in a manner that the secondary form recognizes the date as a date value and not just a string?
Sorry if any of this is unclear, please let me know if you have any suggestions. Thanks!
-Chris