deprecated 2012-03-10 This class is not longer supported.

 Methods

cDropdownDateSelect()

cDropdownDateSelect($prefix) 

Parameters

$prefix

Gets the current timestamp

getTimestamp($prefix) 

Parameters

$prefix

Renders the elements

render() 

sets the element to a disabled state

setDisabled(\none $disabled) 

Parameters

$disabled

\none

Sets the ID for all three select boxes.

setId($id) 

Note: The parameter id is only the prefix. Your ID is postfixed by _day, _month and _year for each select box.

Parameters

$id

string Prefix ID to set

Sets the order of the day, month and year boxes

setOrder($order) 

Pass a string with "d", "m" and "y" in the desired order.

Example: $test->setOrder("mdy");

Parameters

$order

string Order with the keys "d", "m" and "y"

Sets the day, month and year boxes using a timestamp

setTimestamp($timestamp) 

Parameters

$timestamp

int Timestamp to set

 Properties

 

$_daySelect : object
access private
 

$_monthSelect 
 

$_order : string
access private
 

$_yearSelect