cDropdownDateSelect()
getTimestamp()
render()
setDisabled()
setId()
setOrder()
setTimestamp()
$_daySelect
$_monthSelect
$_order
$_yearSelect
cDropdownDateSelect($prefix)
getTimestamp(\$timestamp $prefix)
\$timestamp
int Timestamp to set
render()
setDisabled($disabled)
none
setId(\$id $id)
Note: The parameter id is only the prefix. Your ID is postfixed by _day, _month and _year for each select box.
\$id
string Prefix ID to set
setOrder(\$order $order)
Pass a string with "d", "m" and "y" in the desired order.
Example: $test->setOrder("mdy");
\$order
string Order with the keys "d", "m" and "y"
setTimestamp(\$timestamp $timestamp)
\$timestamp
int Timestamp to set
$_daySelect : object
access | private |
---|
$_monthSelect
$_order : string
access | private |
---|
$_yearSelect