48 $this->lng = $DIC->language();
49 $this->
user = $DIC->user();
67 $this->date = $a_date;
87 $this->showtime = $a_showtime;
107 $this->startyear = $a_year;
130 $this->minute_step_size = $a_step_size;
151 $this->showseconds = $a_showseconds;
171 if ($this->valid_incoming_datetime !== null) {
172 $this->
setDate($this->valid_incoming_datetime);
179 $item->setValueByArray($a_values);
230 $this->invalid_input = $post;
235 if ($this->
getDate() !== null) {
240 $this->valid_incoming_datetime = $this->
getDate();
260 $this->side_by_side = $a_val;
300 $tpl =
new ilTemplate(
"tpl.prop_datetime.html",
true,
true,
"Services/Form");
305 $tpl->setVariable(
'DATEPICKER_ID', $picker_id);
317 $tpl->setVariable(
'DATEPICKER_DISABLED',
'disabled="disabled" ');
322 $tpl->setVariable(
'PLACEHOLDER', $pl_format);
331 $date_value = htmlspecialchars($this->invalid_input);
338 $tpl->setVariable(
'DATEPICKER_VALUE', $date_value);
342 $tpl->setVariable(
"REQUIRED",
"required=\"required\"");
380 $a_tpl->setCurrentBlock(
"prop_generic");
381 $a_tpl->setVariable(
"PROP_GENERIC", $html);
382 $a_tpl->parseCurrentBlock();
409 $tmp = unserialize($a_data);
412 if (is_object($tmp)) {
441 $html = $this->
render(
"toolbar");
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
Interface for property form input GUI classes that can be used in table filters.
static getUserDateFormat($a_add_time=false, $a_for_parsing=false)
Parse current user setting into date/time format.
static addDateTimePicker($a_id, $a_add_time=null, array $a_custom_config=null, $a_id2=null, $a_custom_config2=null, $a_toggle_id=null, $a_subform_id=null)
Add date time picker to element.
__construct(Container $dic, ilPlugin $plugin)
static getCodeForPicker($a_id, $a_add_time=null, array $a_custom_config=null, $a_id2=null, $a_custom_config2=null, $a_toggle_id=null, $a_subform_id=null)
Add date time picker to element.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
static parseIncomingDate($a_value, $a_add_time=null)
Try to parse incoming value to date object.