Date validator which checks if attribute value is a date and in specified range.
You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.
class CDbValidatorDate :public CDbValidatorDateTime
{
public:
CDbValidatorDate();
static ReleasablePtr<CDbValidatorDate> Create(); // Helper static method to create validator in form used in model rule adding methods
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbValidatorDate.h |