mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Closes #330
This commit is contained in:
@@ -829,6 +829,12 @@ class e107_user_extended
|
||||
break;
|
||||
|
||||
case EUF_DATE : //date
|
||||
|
||||
if($curval == '0000-00-00') // Quick datepicker fix.
|
||||
{
|
||||
$curval = '';
|
||||
}
|
||||
|
||||
return e107::getForm()->datepicker($fname,$curval,'format=yyyy-mm-dd');
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user