We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Selector for datetime formats.
Extends: Select » Control » Renderable
Returns a list of option elements. Called via AJAX to dynamically update the control.
Definition: public function ListOptions($culture_code)
public function ListOptions($culture_code)
Returns: AjaxResponse::Text Html string with options
Parameters:
string $culture_code
Definition: public function __construct($culture_code, $selected_date_format=false, $selected_time_format=false, $timezone=false)
public function __construct($culture_code, $selected_date_format=false, $selected_time_format=false, $timezone=false)
Returns: NOT DOCUMENTED
string $culture_code Culture code (see CultureInfo)
mixed $selected_date_format The currently selected date format or false
mixed $selected_date_format
mixed $selected_time_format The currently selected time format or false
mixed $selected_time_format
string $timezone Timezone identifier or false
string $timezone