1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Issue #83 - datepicker fixed existing value conversion.

This commit is contained in:
Cameron
2013-01-21 12:35:29 -08:00
parent 795d854a0d
commit 2141e8a2af

View File

@@ -589,7 +589,7 @@ class e_form
); );
$defdisp = (isset($def[$type])) ? $def[$type] : $def['date']; $defdisp = (isset($def[$type])) ? $def[$type] : $def['date'];
$defdisp = e107::getDate()->toMask($defdisp); // $defdisp = e107::getDate()->toMask($defdisp);
if ($datestamp) if ($datestamp)
{ {