BUG-14788 Error en campos tipo "date"
No se valida el contenido de los campos tipo date.
This commit is contained in:
@@ -4336,12 +4336,12 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
|
||||
|
||||
public $startDate = '';
|
||||
public $endDate = '';
|
||||
/*
|
||||
/**
|
||||
* for dinamically dates, beforeDate << currentDate << afterDate
|
||||
* beforeDate='1y' means one year before, beforeDate='3m' means 3 months before
|
||||
* afterDate='5y' means five year after, afterDate='15d' means 15 days after
|
||||
* startDate and endDate have priority over beforeDate and AfterDate
|
||||
*/
|
||||
**/
|
||||
public $afterDate = '';
|
||||
public $beforeDate = '';
|
||||
public $defaultValue = null;
|
||||
|
||||
Reference in New Issue
Block a user