mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
91943c03e5
commit
3011650b5a
@ -72,13 +72,6 @@ class DateField extends TextField
|
||||
*/
|
||||
protected $dateFormat = null;
|
||||
|
||||
/**
|
||||
* Set if js calendar should popup
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $showCalendar = false;
|
||||
|
||||
/**
|
||||
* Length of this date (full, short, etc).
|
||||
*
|
||||
@ -87,13 +80,6 @@ class DateField extends TextField
|
||||
*/
|
||||
protected $dateLength = null;
|
||||
|
||||
/**
|
||||
* Override locale for client side.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $clientLocale = null;
|
||||
|
||||
protected $inputType = 'date';
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user