Add a calendar date and time picker to DatetimeField.
Add a calendar date picker to DateField.
Add a time picker to TimeField.
composer require intwebg/silverstripe-datetimepicker
Silverstripe 4.4.x
DateField::create('Date')->setHTML5(false)->setDateFormat('yyyy-MM-dd') TimeField::create('Time')->setHTML5(false)->setTimeFormat('HH:mm') DatetimeField::create('DateTime')->setHTML5(false)->setDatetimeFormat('yyyy-MM-dd HH:mm:ss')
Datetime picker jQuery library came from https://github.com/xdan/datetimepicker
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem