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.
1 parent 5a44088 commit ac4fe16Copy full SHA for ac4fe16
Services/Form/classes/class.ilDateTimeInputGUI.php
@@ -1,7 +1,5 @@
1
<?php
2
3
-declare(strict_types=1);
4
-
5
/**
6
* This file is part of ILIAS, a powerful learning management system
7
* published by ILIAS open source e-Learning e.V.
@@ -18,6 +16,8 @@
18
16
*
19
17
*********************************************************************/
20
+declare(strict_types=1);
+
21
22
* This class represents a date/time property in a property form.
23
@@ -327,7 +327,7 @@ public function unserializeData(string $a_data): void
327
328
public function getPostValueForComparison(): string
329
{
330
- return trim($this->str($this->getPostVar()));
+ return $this->serializeData();
331
}
332
333
public function getToolbarHTML(): string
0 commit comments