I am new to process wire.
I am using InputfieldForm to create an Input form in my site with some text fields and one Datetime files:
// get the conference date and time
$field = $modules->get("InputfieldDatetime");
$field->label = "Conference Date";
$field->attr("id+name","date");
$field->re...