dnadesign / silverstripe-datedropdownselectorfield
Select your date values with Dropdown Fields
Installs: 8 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 16
Forks: 7
Open Issues: 1
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-10-19 16:13:33 UTC
README
Introduction
An assortment of classes to help selecting dates in SilverStripe via dropdown lists rather than inputs.
Maintainer Contact
* John Milmine (john.milmine@dna.co.nz)
Requirements
- SilverStripe 4.x
Installion
composer require "dnadesign/silverstripe-datedropdownselectorfield": "dev-master"
Features
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
License
BSD-3-Clause. See LICENSE.