I fork to test but I cannot install.
Fatal error: Class 'WfdownloadsUtility' not found in C:\wamp64\www\xoops.259\modules\wfdownloads\include\oninstall.php on line 49
// set date in a timestamp format
$item_date = ...
// form datetime element
$form->addElement(new XoopsFormDateTime(_ITEM_DATE, 'item_date', 15, $this->getVar('item_date'), true)); // get date in a timestamp format
$dateTimeObj = DateTime::createFromFormat(_SHORTDATESTRING, $_REQUEST['item_date']['date']);
$dateTimeObj->setTime(0, 0, 0);
// date timestamp
$item_date = $dateTimeObj->getTimestamp() + $_REQUEST['item_date']['time'];
unset($dateTimeObj);
