a-r-m-i-n / pw_comments

Powerful TYPO3 CMS extension for providing comments, including replies on comments and votings, as well as mail notifications.
https://extensions.typo3.org/extension/pw_comments
0 stars 5 forks source link

Incorrect date format #13

Open phil64 opened 1 year ago

phil64 commented 1 year ago

Hi,

Line 100 of DateViewHelper.php, format argument is not a string parsed by strftime. See https://www.php.net/manual/en/datetime.format.php. So the two lines before are not needed, and the format string should just be Y-m-d for instance.