PHP Class Form_Field_DatePicker, atk4

Inheritance: extends Form_Field_Line
Afficher le fichier Open project: atk4/atk4

Méthodes publiques

Свойство Type Description
$options

Méthodes publiques

Méthode Description
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 )

Method Details

addCalendarIcon() public méthode

public addCalendarIcon ( )

convertDate() public méthode

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
Résultat string | null

get() public méthode

public get ( )

getInput() public méthode

public getInput ( $attr = [] )

init() public méthode

public init ( )

set() public méthode

public set ( $value )

Property Details

$options public_oe property

public $options