PHP Класс Form_Field_DatePicker, atk4

Наследование: extends Form_Field_Line
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$options

Открытые методы

Метод Описание
addCalendarIcon ( )
convertDate ( string $date, string $from = null, string $to = 'Y-m-d' ) : string | null Convert date from one format to another.
get ( )
getInput ( $attr = [] )
init ( )
set ( $value )

Описание методов

addCalendarIcon() публичный Метод

public addCalendarIcon ( )

convertDate() публичный Метод

Convert date from one format to another.
public convertDate ( string $date, string $from = null, string $to = 'Y-m-d' ) : string | null
$date string Date in string format
$from string Optional source format, or null to use locale/date from configuration
$to string Optional target format, or null to use locale/date from configuration
Результат string | null

get() публичный Метод

public get ( )

getInput() публичный Метод

public getInput ( $attr = [] )

init() публичный Метод

public init ( )

set() публичный Метод

public set ( $value )

Описание свойств

$options публичное свойство

public $options