An assortment of classes to help selecting dates in SilverStripe via dropdown lists rather than inputs.
* John Milmine ([email protected])
- SilverStripe 4.x
composer require "dnadesign/silverstripe-datedropdownselectorfield": "dev-master"
DateSelectorField
- FormField providing 3 dropdown optionsDateRangeSelectorField
- Composite Field containing two DateSelectorField instances for selecting a rangeDateRangeFilter
- SearchFilter for use in ModelAdmin and other contexts for use with the DateRangeSelectorField- UserForms integration
BSD-3-Clause. See LICENSE.