mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7411 from open-sausages/pulls/4.0/superfluous-date-props
Remove superfluous datefield props
This commit is contained in:
commit
ccc24764c4
@ -72,13 +72,6 @@ class DateField extends TextField
|
|||||||
*/
|
*/
|
||||||
protected $dateFormat = null;
|
protected $dateFormat = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* Set if js calendar should popup
|
|
||||||
*
|
|
||||||
* @var bool
|
|
||||||
*/
|
|
||||||
protected $showCalendar = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Length of this date (full, short, etc).
|
* Length of this date (full, short, etc).
|
||||||
*
|
*
|
||||||
@ -87,13 +80,6 @@ class DateField extends TextField
|
|||||||
*/
|
*/
|
||||||
protected $dateLength = null;
|
protected $dateLength = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* Override locale for client side.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $clientLocale = null;
|
|
||||||
|
|
||||||
protected $inputType = 'date';
|
protected $inputType = 'date';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user