Update documentation of DateFormField::supportsTime()
authorMatthias Schmidt <gravatronics@live.com>
Sun, 26 Jan 2020 08:11:23 +0000 (09:11 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 26 Jan 2020 08:11:23 +0000 (09:11 +0100)
wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php

index 798aae99ad0b6d4af7ff5354c15de571fc926f92..2e529a48d1d528d86550365f735154ca39e861d9 100644 (file)
@@ -255,7 +255,7 @@ class DateFormField extends AbstractFormField implements IAutoFocusFormField, II
        
        /**
         * Sets if not only the date, but also the time can be set.
-        *
+        * 
         * @param       bool            $supportsTime
         * @return      static          this field
         */
@@ -269,6 +269,8 @@ class DateFormField extends AbstractFormField implements IAutoFocusFormField, II
         * Returns `true` if not only the date, but also the time can be set, and
         * returns `false` otherwise.
         * 
+        * By default, the time cannot be set.
+        * 
         * @return      bool
         */
        public function supportsTime() {