Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
- Upgrade to nette 2.3 - form validation
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jun 9, 2015
1 parent 12ad1de commit dcc0402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/IPub/FormDateTime/Controls/BaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ abstract class BaseControl extends Forms\Controls\BaseControl
/**
* Validator constants
*/
const DATE_TIME_RANGE = ':dateTimeRange';
const DATE_TIME_MIN = ':dateTimeMin';
const DATE_TIME_MAX = ':dateTimeMax';
const DATE_TIME_RANGE = 'IPub\FormDateTime\Controls\BaseControl::validateDateTimeRange';
const DATE_TIME_MIN = 'IPub\FormDateTime\Controls\BaseControl::validateDateTimeMin';
const DATE_TIME_MAX = 'IPub\FormDateTime\Controls\BaseControl::validateDateTimeMax';

/**
* Icon left
Expand Down

0 comments on commit dcc0402

Please sign in to comment.