mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Issue #83 - datepicker fixed existing value conversion.
This commit is contained in:
@@ -589,7 +589,7 @@ class e_form
|
||||
);
|
||||
|
||||
$defdisp = (isset($def[$type])) ? $def[$type] : $def['date'];
|
||||
$defdisp = e107::getDate()->toMask($defdisp);
|
||||
// $defdisp = e107::getDate()->toMask($defdisp);
|
||||
|
||||
if ($datestamp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user