BUG-14788 Error en campos tipo "date"

No se valida el contenido de los campos tipo date.
This commit is contained in:
norahmollo
2014-05-02 16:43:26 -04:00
parent c9c3247eb8
commit 8fd1d4643b

View File

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