1
0
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:
Cameron
2013-05-25 16:03:53 -07:00
parent 8b21e8c9b0
commit beca1115c5
11 changed files with 96 additions and 51 deletions

View File

@@ -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':