deka6pb / yii2-date-unique-range-validator
Yii 2 Validator for unique range dates
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2025-03-29 22:01:35 UTC
README
Description
This module need to find the coordinates by address using The Google Maps Geocoding API or Yandex Geocoder API.
For example:
public function rules()
{
return [
...
['date_from', DateUniqueRangeValidator::className(), 'to' => 'date_to', 'uniqueAttributes' => ['uniqueKey']],
...
];
}