mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed unused field
This commit is contained in:
parent
60706c8efd
commit
94b49e3e28
@ -79,13 +79,6 @@ class DatetimeField extends TextField
|
|||||||
*/
|
*/
|
||||||
protected $schemaDataType = FormField::SCHEMA_DATA_TYPE_DATETIME;
|
protected $schemaDataType = FormField::SCHEMA_DATA_TYPE_DATETIME;
|
||||||
|
|
||||||
/**
|
|
||||||
* Date time order
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $dateTimeOrder = '{date} {time}';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom timezone
|
* Custom timezone
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user