I was wrong in my description.
On the main stats page (
psistats.php) the date is displayed in
correct format:
dd/mm/yyyy
But in ACP in
psiStats 2006 section there is a BUG with how a date must be entered.
As description says:
Quote:
Date of Creation of Your Board
... please specify the correct date here is dd/mm/yyyy format.
|
But for now that field is parsed in format:
mm/dd/yyyy
In other words on the main page is:
25.10.2002
And in ACP you have to enter for now:
10/25/2002
Please, can you update it to correct format:
dd/mm/yyyy
Thanks