]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Temporal.php
Display mentioned users and in the comment box by default
[friendica.git] / src / Util / Temporal.php
index b52b939565bb5300b649972dbb5079f4025ec3bc..ec71ab5e963e4604f7c8c072ff1c11295f7bc3b7 100644 (file)
@@ -8,7 +8,6 @@ namespace Friendica\Util;
 
 use DateTime;
 use DateTimeZone;
-use Friendica\Core\Config;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
 use Friendica\Core\Renderer;
@@ -159,10 +158,10 @@ class Temporal
        /**
         * @brief Returns a date selector
         *
-        * @param string $min     Unix timestamp of minimum date
-        * @param string $max     Unix timestap of maximum date
-        * @param string $default Unix timestamp of default date
-        * @param string $id      ID and name of datetimepicker (defaults to "datetimepicker")
+        * @param DateTime $min     Minimum date
+        * @param DateTime $max     Maximum date
+        * @param DateTime $default Default date
+        * @param string   $id      ID and name of datetimepicker (defaults to "datetimepicker")
         *
         * @return string Parsed HTML output.
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException