Class DatePicker
Form control pro výběr datumu.
– compatible with jQuery UI DatePicker and HTML 5 – works with DateTime
- Nette\Forms\Controls\BaseControl
-
App\Lib\Forms\Controls\DatePicker
Namespace: App\Lib\Forms\Controls
Author: Jan Tvrdík
Version: 2.3
Link: http://nette.merxes.cz/date-picker/
Located at lib/forms/controls/DatePicker.php
Author: Jan Tvrdík
Version: 2.3
Link: http://nette.merxes.cz/date-picker/
Located at lib/forms/controls/DatePicker.php
public
|
|
public
string
|
|
public
|
|
public
Nette\Utils\Html
|
|
public
|
|
public
string
|
|
public static
boolean
|
#
validateFilled( Nette\Forms\IControl $control )
Does user enter anything? (the value doesn't have to be valid) |
public static
boolean
|
#
validateValid( Nette\Forms\IControl $control )
Is entered value valid? (empty value is also valid!) |
public static
boolean
|
#
validateRange( Nette\Forms\IControl $control, array $range )
Is entered values within allowed range? |
private
array
|
string |
W3C_DATE_FORMAT
|
#
'Y-m-d'
|
protected
|
$value
internal date reprezentation |
|
protected
string
|
$rawValue
value entered by user (unfiltered) |
|
private
string
|
$className
class name |
#
'date'
|