mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Closes #108, Issue #133 and may correct Issue #335 - Datepicker updated and should now be working with times also. eg. 7:30PM
This commit is contained in:
@@ -1969,7 +1969,7 @@ class pluginBuilder
|
||||
switch ($type)
|
||||
{
|
||||
case 'date':
|
||||
$text = $frm->datepicker($name, time(), 'dateformat=yyyy-mm-dd'.$req);
|
||||
$text = $frm->datepicker($name, time(), 'format=yyyy-mm-dd'.$req);
|
||||
break;
|
||||
|
||||
case 'description':
|
||||
|
Reference in New Issue
Block a user