Skip to content

classes_lib_jquery ui_uidatetimepicker.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/jquery-ui/uidatetimepicker.class.php

class uiDateTimePicker

A jQueryUI date and time picker control. See http://trentrichardson.com/examples/timepicker/

Extends: uiDatePicker » uiControl » Control » Renderable

setValue

Sets the date-time value.

Definition: public function setValue($value)

Returns: void

Parameters:

  • string $value Valid date-time string representation

__construct

Definition: public function __construct($value=false, $inline=false)

Returns: NOT DOCUMENTED

Parameters:

  • string $value Current value

  • bool $inline If true will be displayed inline

Clone this wiki locally