You have a wrong 'Forums Date format' in your account settings:
Check: http://php.net/manual/en/function.date.php
If you want enter a own date-format, then you have to change it to:
Input:
Output:
Alternative Input:
Alternative Output:
Or remove it completely to use the default-setting.
Code: |
dd-mm-yyyy |
Check: http://php.net/manual/en/function.date.php
If you want enter a own date-format, then you have to change it to:
Input:
Code: |
H:i - d.m.y |
Output:
Code: |
19:01 - 27.05.17 |
Alternative Input:
Code: |
H:i - d.m.Y |
Alternative Output:
Code: |
19:01 - 27.05.2017 |
Or remove it completely to use the default-setting.