1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00
This commit is contained in:
Cameron
2013-05-25 16:52:45 -07:00
parent beca1115c5
commit 348c26a6a0
6 changed files with 38 additions and 45 deletions

View File

@@ -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;