Support Forum

Maybe out of topic but… date problem.

SP SPQC
SPQC
Member

The date seems sticked to January 1st everywhere.  Last visite, last post.  WP show me the correct date though so it’s obviously reading it right from the server.  What could the problem be?  Any idea?

6 Answers

New Answer

UN
Unknown
Member

I also have a small date issue with “Member Since” shown as DD/MM/-0001

 

[Image Can Not Be Found]

YS Yellow Swordfish
Yellow Swordfish
Member

Are the date and time formats specified in the forum options > Content Settings valid php date formats?

SP SPQC
SPQC
Member

Yes, I changed it to : n F Y and it displays in that order but day and month is always “1 Janvier”

YS Yellow Swordfish
Yellow Swordfish
Member

If you have really set to to ‘n F Y’ then you would get ‘1 January 2012’ for all dates in January because the leading ‘n’ represents the numerical month – (1) – so I think that should be -= perhaps ‘j’ ?